Skip to main content

List oauth roles

GET 

/api/web/v1/oauthroles

List all oauth roles. Caller requires the OAUTHROLES:VIEW permission.

Responses

Successful

Schema

  • Array [

  • ancestorIds string[]required

    The set of ancestor oauth role ids.

    descendantIds string[]required

    The set of descendant oauth role ids.

    description string

    The description of this oauth role.

    id stringrequired

    The UUID of this oauth role. This value is generated when the oauth role is created.

    inheritedResourceServerScopeIds string[]required

    The set of resource server scopes ids associated with this oauth role based on inheritance from its ancestors.

    name stringrequired

    The name of this oauth role.

    parentId string

    The UUID of the parent of this oauth role, if one exists.

    resourceServerScopeIds string[]required

    The set of resource server scopes ids associated with this oauth role.

  • ]

Loading...