Configure project access

Enterprise feature

Configure project access for groups and single users. The provided users and groups will be given the roles specified in the payload.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired

Request

projectAddAccessSchema
roleslist of integersRequired
A list of role IDs
groupslist of integersRequired
A list of group IDs
userslist of integersRequired
A list of user IDs

Response

This response has no body.

Errors