Error
User Access
Grant user access to a project
Grants one or more users access to a specific project.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the project.
Body
application/json
ID of the user.
An array of project permissions.
Available options:
admin, viewer, development:admin, development:contributor, development:viewer, staging:admin, staging:contributor, staging:viewer, production:admin, production:contributor, production:viewer If the specified user is not a member of the project's organization, add it automatically.
Response
No Content
Last modified on June 16, 2026