Show examples in:
Javascript HTTP
Content Management API > Collaborator

Collaborator

A DatoCMS administrative area can be accessed by multiple people. Every collaborator is linked to a specific Role, which describes what actions it will be able to perform once logged in.

Object payload

id string

ID of collaborator

Example: "312"
type string

Must be exactly "user".

email string

Email

Example: "mark.smith@example.com"
is_2fa_active boolean, null

Whether 2-factor authentication is active for this account or not. It returns null if the credentials you are using cannot manage the collaborators of the project.

full_name string

Full name

Example: "Mark Smith"
is_active boolean

Whether the user is active or not

meta.last_access

Date of last reading/interaction. It returns null if the credentials you are using cannot manage the collaborators of the project.

Type: date-time, null
Example: "2018-03-25T21:50:24.914Z"
role

Role

Available endpoints