Once an organisation has been created, the API will create a unique slug for you.
This is derived from the organisation name, which is lowercased and all non alpha numeric characters are replaced with a dash (
-
).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.Authorizations
To understand how to authenticate, see the auth docs
Body
application/json
The body is of type object
.
Response
The response is of type object
.