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".

attributes.email string

Email

Example: "mark.smith@example.com"
attributes.is_2fa_active boolean

Whether 2-factor authentication is active for this account or not

attributes.full_name string

Full name

Example: "Mark Smith"
attributes.is_active boolean

Whether the user is active or not

meta.last_access

Date of last reading/interaction

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

Role

Available endpoints