Skip to main content
POST
SearchAppUserSessionPolicies

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.

Path Parameters

app_id
string
required

The SSO application's catalog app.

app_entitlement_id
string
required

The sign-in entitlement on the app. Must be the entitlement named by the app's SSO application; any other entitlement is rejected.

Body

application/json

Search the policies selected for users with accounts holding the application's SSO sign-in entitlement. Accounts not linked to a current user are excluded.

pageSize
integer<int32>

Maximum number of policies per page. Follow next_page_token to complete the search.

pageToken
string

The page token from the previous response.

Response

200 - application/json

Distinct effective policies, ordered by display name and policy ID. A tenant default appears only if it is selected for at least one user. An empty list means no effective policies were found, including when no current users have accounts holding the sign-in entitlement.

Distinct effective policies, ordered by display name and policy ID. A tenant default appears only if it is selected for at least one user. An empty list means no effective policies were found, including when no current users have accounts holding the sign-in entitlement.

list
Session Policy · object[] | null

The list field.

nextPageToken
string

The token for the next page. Empty on the last page.