User Access

Get project access for a user

Retrieves the user's permissions for the current project.

get/users/{user_id}/project-access/{project_id}

Response

OK

user_idstring uuid

The ID of the user.

organization_idstring ulid

The ID of the organization.

project_idstring

The ID of the project.

project_titlestring

The title of the project.

permissionsstring[]

An array of project permissions.

granted_atstring date-time

The date and time when the access was granted.

updated_atstring date-time

The date and time when the access was last updated.

Changes