Skip to main content
POST
Search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

XAAAccessProfileScopeBindingServiceSearchRequest searches scope bindings.

accessProfileIds
string[] | null

Optional filter by access profiles. Empty matches any access profile.

appId
string

The application that owns the resource server (required).

pageSize
integer<int32>

Page size (max 100).

pageToken
string

Page token for pagination.

refs
Xaa Access Profile Scope Binding Ref · object[] | null

Optional: fetch a specific set of bindings by ref (used by websocket notify to re-fetch individual rows).

xaaScopeIds
string[] | null

Optional filter by scopes (impact analysis: which profiles contain a scope). Empty matches any scope.

Response

200 - application/json

XAAAccessProfileScopeBindingServiceSearchResponse returns matching bindings.

XAAAccessProfileScopeBindingServiceSearchResponse returns matching bindings.

list
Xaa Access Profile Scope Binding · object[] | null

Matching scope bindings.

nextPageToken
string

Token for the next page.