Setup Organization
POST/orgs/_setup
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Create a new organization with an administrative user. If no specific roles are sent for the first user, the user will get the role ORG_OWNER.
Request​
Responses​
- 200
- 400
- 403
- 404
- default
org, user and user membership were created successfully
invalid org or user
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.