Skip to main content
GET
List User Policies

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

user_id
string
required

The user whose candidate session policies to list.

Response

200 - application/json

SessionPolicyServiceListUserPoliciesResponse carries every policy that applies to the user. Unpaginated: the candidate set is the user's assigned policies plus at most one tenant default.

SessionPolicyServiceListUserPoliciesResponse carries every policy that applies to the user. Unpaginated: the candidate set is the user's assigned policies plus at most one tenant default.

policies
Effective User Policy · object[] | null

Every policy that applies to the user, in assignment order.