Skip to main content

List all roles

GET 

/iam/v1/roles

Retrieve a list of all roles.

Responses

Successful response.

Schema
    count integerrequired

    Default value: 1

    Total count of the items

    items object[]required
  • Array [
  • aggregated_permissions string[]

    Identifies all permissions available to this TSG. This is a union of the permissions available to the TSG, as well as the permissions available to its child TSGs.

    description string
    label stringrequired

    The text displayed in the user interface for this role.

    name string

    The role name.

    permission_sets object[]
  • Array [
  • access_types string[]

    The type of access (read and/or write) granted for this permission set.

    id string

    The ID of a permission set included in this custom role.

  • ]
  • permissions string[]

    The permissions granted to this role.

  • ]
Loading...