Update user access for a project
User Access
Update user access for a project
Updates the user’s permissions for the current project.
PATCH
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the project.
The ID of the user.
Example:
"d81c8ee2-44b3-429f-b944-a33ad7437690"
Body
application/json
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 Response
No Content
Last modified on June 16, 2026