cURL
curl --request POST \ --url https://api.smokeball.com/groups \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "Administrators", "principalIds": [ "2595a645-94a2-46be-a60d-8410851a9671", "2595a645-94a2-46be-a60d-8410851a9671" ] }'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Creates an authorization group.
When request is accepted. Returns a hypermedia 'Link' object of the authorization group to be created.
The response is of type object.
object