Update Organization

A partner, using a token signed by their clientId and clientSecret, can call this method to update the current metadata associated with the org id. If any field is null, it is not updated.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Query parameters

org_idstringOptionalformat: "uuid"
Org Id
external_org_idstringOptional
External Org Id

Request

Patch Org Request
emailstringOptional
entitlementslist of objectsOptional
external_org_idstringOptional
namestringOptional
org_typestringOptional
phone_numberstringOptional
support_emailstringOptional

Response

OK
messagestring or null
orgobject or null
successboolean or null

Errors