Session Policy

Assign Group

Assign a group to a session policy. Every member of the group becomes assigned to the policy; because group membership is expanded asynchronously, the per-user effect is eventually consistent (typically within a few minutes).

post/api/v1/session-policies/{id}/assignments/groups

Path parameters

idstring required

The session policy to assign to.

Request body

groupAppEntitlementIdstring required

The group's app-entitlement ID. Every member of the group becomes assigned.

Response

Successful response

C1ApiSessionPolicyV1SessionPolicyServiceAssignGroupResponse required

The SessionPolicyServiceAssignGroupResponse message.

Changes

Changed in 1 of the 33 revisions of this API.1