Skip to main content

Get all assigned roles for project

GET 

/projects/:projectId/roles

Require admin rights

Request​

Path Parameters

    projectId stringrequired

Responses​

Success

Schema
  • Array [
  • identity stringnullable

    The user login, security group id or tenant id.

    name stringnullable

    Name.

    roles string[]nullable

    The assigning roles.

  • ]
Loading...