Add organization
Add a new organization to the system.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
In: header
Request Body
application/json
The data for the organization to add.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v2/organizations" \ -H "Content-Type: application/json" \ -d '{ "displayName": "string", "themeId": "53fe7fb9-b3ba-4541-bf79-a49c12f44b76" }'"string"