Skip to main content
Version: latest

Retrieves a list of permissions

GET 

/v1/permissions

Retrieves a list of permissions

Request

Query Parameters

    scope string

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

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

An array of permissions

Schema

  • Array [

  • namestring
    permissionsstring[]
    scopestring

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

  • ]

Loading...