Skip to main content
POST
Create an authorization group

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Body

name
string | null

s Name of the group.

Example:

"Administrators"

principalIds
string[] | null

Principals that are members of the group. This can be either user ids or other group ids.

Example:

Response

When request is accepted. Returns a hypermedia 'Link' object of the authorization group to be created.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET