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
Example:
"mark.smith@example.com"
is_2fa_active boolean
Whether 2-factor authentication is active for this account or not
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
Type:
date-time, null
Example:
"2018-03-25T21:50:24.914Z"