Get Permission Info For Authenticated Subject

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieves the unique set of permissions assigned to the authenticated subject in the access token. The uniqueness of a permission for this API is determined by its value and its permission boundary. Authenticated subjects can be either users or clients.

Query Params
string
length ≥ 0
Defaults to *

List of resource fields that should be returned in a response. The wildcard value of * can be used to return all fields for the resource.

number
≥ 1
Defaults to 1

A 1-based index indicating the position of the first item that should be returned in the query response.

number
≥ 0
Defaults to 20

The maximum number of results that can be returned in a query response. If the value is set to 0 then the items array in the response will be empty; however the total results will still be set so you can see how many items this query matched.

string
length ≥ 0

Optional param that can be used to filter the results by the permission type.

string
length ≥ 0

Optional comma separated list of permission values that can be used to filter the results. The "*" wildcard can be used to return all permission values. Note, if the permission values themselves contain a comma, then the comma can be escaped using a backslash ("\").

boolean
Defaults to true

If set to true then the totalResults field will be returned in the response; otherwise it will be undefined.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json