Organizations
Create Organization
Create a new organization.
Permissions
api.organizations.write
POST
Create Organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
Created
The unique object identifier.
Indicates the data integrity version to ensure data consistency.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
The name of the organization.
The unique client ID applied to this organization.
Identifies users assigned to the organization manager role.
Previous
Delete OrganizationDelete an existing organization, identified by its ID.
### Permissions
- `api.organizations.delete`
Next
Create Organization

