Create Organization Subscription

POST {{baseUrl}}/api/v2/organization_subscriptions

Allowed For:

  • Agents
  • End users

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

Request Body

{"organization_subscription"=>{"organization_id"=>"<integer>", "user_id"=>"<integer>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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