Skip to main content

Set users and groups to roles in the current project

PUT /api/admin/projects/:projectId/access

Sets all groups, users and their roles for the given project, overriding any existing configuration.

Request

Path Parameters

  • projectId string required

Body

required

projectAccessConfigurationSchema

  • roles object[]required

    A list of roles that are available within this project.

  • Array [
  • id integer

    Possible values: >= 1

    The id of the role.

  • groups integer[]

    A list of group ids that will be assigned this role

  • users integer[]

    A list of user ids that will be assigned this role

  • ]
Responses

This response has no body.

Loading...