Assign Quota Policy To User
Assign or unassign a quota policy to a given target user. An empty payload is used to unassign an existing quota policy from a given user.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/users/{userUrn}/quotaPolicy
COPY
Path Parameters
string
userUrn
Required
userUrn
string
userUrn
Required
userUrn
Request Body
AssignedQuotaPolicy of type(s) application/json
Optional
{
"quotaPolicyReference": {
"name": "string",
"id": "string"
}
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Availability
Added in 35.0
On This Page
Quota Policy Assignment Operations
PUT
Assign Quota Policy To Group
PUT
Assign Quota Policy To Org
PUT
Assign Quota Policy To Service Account
PUT
Assign Quota Policy To User
PUT
Assign Quota Policy To V App
GET
Get Group Assigned Quota Policy
GET
Get Org Assigned Quota Policy
GET
Get Service Account Assigned Quota Policy
GET
Get User Assigned Quota Policy
GET
Get V App Assigned Quota Policy