Show examples in:
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
type  string
Must be exactly "user"
email  string  Example: "mark.smith@example.com"

Email

is_2fa_active  boolean

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

full_name  string  Example: "Mark Smith"

Full name

is_active  boolean  Example: true

Whether the user is active or not

meta.last_access  date-time, null  Example: "2018-03-25T21:50:24.914Z"

Date of last reading/interaction

role{ type: "role", id: role.id }

Role

Available endpoints