Projects
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.
post/api/admin/projects/{projectId}/access
Path parameters
projectIdstring required
Request body
Example request
{
"roles": [
5
],
"groups": [
5
],
"users": [
5
]
}Response
This response has no body.