Security Principals

List

get

Retrieve Criteria Security Principal List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to retrieve the Criteria settings.

Responses
200

Success

application/json; api-version=1.0
get
/api/LogonHours/{id}/Criteria/SecurityPrincipals

Add

post

Add a user, group or machine to the Security Principal List of the Criteria settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Criteria settings.

Body

Add a user, group or machine account to the Criteria security principal list

accountstring | nullableOptional

The name of the account to add to the Criteria.

sidstring | nullableOptional

The SID of the account to add to the Criteria.

Responses
post
/api/LogonHours/{id}/Criteria/SecurityPrincipals

No content

Remove

delete

Remove a user, group or machine from the Security Principal List of the Criteria settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Criteria settings.

Body

Remove a user, group or machine from the Criteria security principal list

accountstring | nullableOptional

The name of the account to remove from the Criteria.

sidstring | nullableOptional

The SID of the account to remove from the Criteria.

Responses
delete
/api/LogonHours/{id}/Criteria/SecurityPrincipals

No content

Last updated

Was this helpful?