Skip to main content

ProjectUserAccess

userIdstring<uuid>required
Example: 77640af3-20be-48dd-8751-6b8f8c1c2d77
emailstring<email>required
Example: contact@archlet.ch
effectiveRolestringrequired

Possible values: [editor, viewer]

Example: editor
accessSourcestringrequired

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: projectInvite
firstNamestringrequired
Example: Alicia
lastNamestringrequired
Example: Rice
ProjectUserAccess
{
"userId": "77640af3-20be-48dd-8751-6b8f8c1c2d77",
"email": "contact@archlet.ch",
"effectiveRole": "editor",
"accessSource": "projectInvite",
"firstName": "Alicia",
"lastName": "Rice"
}