Security Principals
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
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/LogonHours/{id}/Criteria/SecurityPrincipalsPath 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 · min: 1 · max: 255 · nullableOptional
The name of the account to add to the Criteria.
sidstring · min: 1 · max: 255 · nullableOptional
The SID of the account to add to the Criteria.
Responses
201
Created
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
/api/LogonHours/{id}/Criteria/SecurityPrincipalsNo content
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 · min: 1 · max: 255 · nullableOptional
The name of the account to remove from the Criteria.
sidstring · min: 1 · max: 255 · nullableOptional
The SID of the account to remove from the Criteria.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/LogonHours/{id}/Criteria/SecurityPrincipalsNo content
Last updated