User Access

Grant user access to a project

Grants one or more users access to a specific project.

post/projects/{project_id}/user-access

Request body

user_idstring required

ID of the user.

permissionsstring[] required

An array of project permissions.

auto_add_memberboolean

If the specified user is not a member of the project's organization, add it automatically.

Response

No Content

Changes