User Access

Get user access for a project

Retrieves the user's permissions for the current project.

get/projects/{project_id}/user-access/{user_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