Policy Scope Update APIs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIDstring · uuidRequired
The UUID of the policy to update
Body
Responses
200
Successful response (processed immediately)
application/json
400
Invalid request parameters
application/json
401
Authentication failure
application/json
403
Operation prohibited on the policy
application/json
404
Policy not found
application/json
429
Rate Limit Exceeded or Daily Quota Exceeded
application/json
500
Internal Nightfall Error
application/json
post
/{policyID}/scope/usersAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIDstring · uuidRequired
The UUID of the policy to update
Body
Responses
200
Successful response (processed immediately)
application/json
400
Invalid request parameters
application/json
401
Authentication failure
application/json
403
Operation prohibited on the policy
application/json
404
Policy not found
application/json
429
Rate Limit Exceeded or Daily Quota Exceeded
application/json
500
Internal Nightfall Error
application/json
post
/{policyID}/scope/domainsLast updated
Was this helpful?