ProjectUserAccess
userIdstring<uuid>required
Example:
77640af3-20be-48dd-8751-6b8f8c1c2d77emailstring<email>required
Example:
contact@archlet.cheffectiveRolestringrequired
Possible values: [editor, viewer]
Example:
editoraccessSourcestringrequired
The source of the user access. If the user is an admin or cross project viewer, the access source is admin/crossProjectViewer respectively. If the user is invited to a project, the access source is projectInvite. If a user is invited to a project and has a tenant-wide role, two different access sources will be returned.
Possible values: [projectInvite, admin, viewer]
Example:
projectInvitefirstNamestringrequired
Example:
AlicialastNamestringrequired
Example:
RiceProjectUserAccess
{
"userId": "77640af3-20be-48dd-8751-6b8f8c1c2d77",
"email": "contact@archlet.ch",
"effectiveRole": "editor",
"accessSource": "projectInvite",
"firstName": "Alicia",
"lastName": "Rice"
}