For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Group

Deprecated

Get User Group

get

Retrieves the user group list of the client policy settings with the specified ID. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

Client Policy ID.

Responses
200

Success

application/json; api-version=1.0

User filter

accountstring · nullableOptional

The name of the user/group account the filter is added to.

typestring · enumOptional

User Type

Possible values:
sidstring · nullableOptional

The SID of the user/group account the filter is added to.

get/api/ClientPolicies/{id}/UserGroup
Deprecated

Add User Group

post

Adds a user to the user group list of the client policy settings. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

Client Policy ID.

Body

Add a new User/Group criteria to the Client Policy

accountstring · min: 1 · max: 255 · nullableOptional

The name of the user/group account.

sidstring · min: 1 · max: 255 · nullableOptional

The SID of the user/group account.

Responses
201

Created

No content

post/api/ClientPolicies/{id}/UserGroup

No content

Deprecated

Remove User Group

delete

Remove a user from the user group list of the client policy settings. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

Client Policy ID.

Body

Remove a new User/Group criteria from the Client Policy

accountstring · min: 1 · max: 255 · nullableOptional

The name of the user/group account.

sidstring · min: 1 · max: 255 · nullableOptional

The SID of the user/group account.

Responses
204

No Content

No content

delete/api/ClientPolicies/{id}/UserGroup

No content