v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
Standard and Zones Storage Policy Assignments

Assign storage policy

Creates a storage policy assignment for an enterprise or user.

post/storage_policy_assignments

Request body

Example request

{
  "storage_policy": {
    "type": "storage_policy",
    "id": "1434325"
  },
  "assigned_to": {
    "type": "user",
    "id": "9987987"
  }
}

Response

Returns the new storage policy assignment created.

idstring required

The unique identifier for a storage policy assignment.

type'storage_policy_assignment' required

The value will always be storage_policy_assignment.

Example response

{
  "id": "ZW50ZXJwcmlzZV8xMjM0NTY3ODkw",
  "type": "storage_policy_assignment",
  "storage_policy": {
    "id": "11446498",
    "type": "storage_policy"
  },
  "assigned_to": {
    "id": "11446498",
    "type": "file"
  }
}