Use this endpoint to create a new organisation. The owner of the organisation will be the caller who is making the API call.
-
).Once an organisation has been created, the slug becomes immutable - even if the organisation name changes in the future..attributes.slug
, meta.created_at
, meta.status
and relationships.owners
are all generated by the API.
You cannot change owners until at creation time and only an owner can add other owners.
If you do want to add other owners, make sure you use credentials for the same actor that you used for the create request.To understand how to authenticate, see the auth docs
The body is of type object
.
The response is of type object
.