Skip to main content
PUT
cURL

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Body

application/json

Request body for PUT /v1/organizations/sub-org-tier.

subOrgTierKey
string | null

Key of the tier to assign, from GET /v1/sub-org-tiers. Pass null (or omit) to remove the organization's tier, dropping it back to default pricing.

Response

The request has succeeded.

Result of setting or clearing an organization's sub-org tier.

object
enum<string>
required

Object type. Always sub_org_tier_assignment.

Available options:
sub_org_tier_assignment
organizationId
string
required

Organization the tier applies to.

tier
object | null
required

The tier now in force, or null when the organization is on none.