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

XAAAccessProfileServiceSearchRequest searches access profiles with filters.

appIds
string[] | null

Optional filter by applications. Empty matches any application.

pageSize
integer<int32>

Page size (max 100).

pageToken
string

Page token for pagination.

query
string

Optional text query matched against display_name.

refs
Xaa Access Profile Ref · object[] | null

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

xaaResourceServerIds
string[] | null

Optional filter by resource servers. Empty matches any resource server.

Response

200 - application/json

XAAAccessProfileServiceSearchResponse returns matching access profiles.

XAAAccessProfileServiceSearchResponse returns matching access profiles.

list
Xaa Access Profile · object[] | null

Matching access profiles.

nextPageToken
string

Token for the next page.