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
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 | nullableOptional

The name of the user/group account.

sidstring | nullableOptional

The SID of the user/group account.

Responses
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 | nullableOptional

The name of the user/group account.

sidstring | nullableOptional

The SID of the user/group account.

Responses
delete
/api/ClientPolicies/{id}/UserGroup

No content

Was this helpful?