Skip to main content

Assign role for user/group/tenant in project

POST 

/projects/:projectId/roles

Require admin rights

Request​

Path Parameters

    projectId stringrequired

Body

    identity stringnullable

    The user login, security group id or tenant id.

    name stringnullable

    Name.

    roles string[]nullable

    The assigning roles.

Responses​

Created

Loading...