Skip to main content

Retrieves a list of permissions

GET 

/v1/permissions

Retrieves a list of permissions

Request

Query Parameters

    scope string

    Possible values: [system, tenant, project, resource]

Responses

An array of permissions

Schema

  • Array [

  • namestring
    permissionsstring[]
    scopestring

    Possible values: [system, tenant, project, resource]

  • ]

Loading...