v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
Client Management

Get Granted Scopes (by Subject)

Get the set of scopes that a user has granted to a client application. In this variant, the subject is provided in the path.

get/api/{serviceId}/client/granted_scopes/get/{clientId}/{subject}

Path parameters

serviceIdstring required

A service ID.

clientIdstring required

A client ID.

subjectstring required

Unique user ID of an end-user.

Response

Successfully retrieved granted scopes

resultCodestring

The code which represents the result of the API call.

resultMessagestring

A short message which explains the result of the API call.

serviceApiKeyinteger

A short message which explains the result of the API call.

clientIdinteger

Get the client ID.

subjectstring

Get the subject (= unique identifier) of the user who has granted authorization to the client.

latestGrantedScopesstring[]

Get the scopes granted to the client application by the last authorization process by the user (who is identified by the subject).

mergedGrantedScopesstring[]

Get the scopes granted to the client application by all the past authorization processes. Note that revoked scopes are not included.

modifiedAtinteger

Get the timestamp in milliseconds since Unix epoch at which this record was modified.