Update Organization

🚧 Requires partner key

Organization endpoints are only accessible using partner keys.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
namestringRequired
client_idstringOptional
client_secretstringOptional
issuerstringOptional
sso_domainstringOptional
sso_org_idstringOptional

Response

OK
dataobject

Errors

401
Organization Update Request Unauthorized Error
403
Organization Update Request Forbidden Error
409
Organization Update Request Conflict Error
422
Organization Update Request Unprocessable Entity Error
500
Organization Update Request Internal Server Error