Organization Subscriptions

Create Organization Subscription

Allowed For:

  • Agents
  • End users

End users can only subscribe to shared organizations in which they're members.

post/api/v2/organization_subscriptions

Request body

Response

Successful response

Example response

{
  "organization_subscription": {
    "created_at": "2009-07-20T22:55:29Z",
    "id": 1234,
    "organization_id": 32,
    "user_id": 482
  }
}

Changes