Create 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.

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 Create Request Unauthorized Error
409
Organization Create Request Conflict Error
422
Organization Create Request Unprocessable Entity Error
500
Organization Create Request Internal Server Error