The name of the organization (case-insensitive, max 50 characters).
A description of the organization. Defaults to “I have a description :)”.
An array of tags for the organization. Defaults to [“discord”, “programming”, “software”, “technology”].
Response
Indicates whether the call was successful.
success
if successful, error
if not.The details of the created organization.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated.PLAN_RESTRICTED_FEATURE
: The user’s plan does not allow creating organizations.ORGANIZATION_NAME_ALREADY_EXISTS
: An organization with the provided name already exists.