cURL
curl --request POST \ --url https://{tenant}/admin/organisations \ --header 'Admin-Auth: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "cname": "jive.ly", "cname_enabled": true, "owner_name": "Jively" }'
{ "Message": "Org created", "Meta": "54b53d3aeba6db5c35000002", "Status": "OK" }
Create an Organisation
Api key
Show child attributes
Organisation created
Was this page helpful?