v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Authorization

Create an authorization group

Creates an authorization group.

post/groups

Request body

namestring nullable

s Name of the group.

principalIdsstring[] nullable

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

Example request

{
  "name": "Administrators",
  "principalIds": [
    "2595a645-94a2-46be-a60d-8410851a9671",
    "2595a645-94a2-46be-a60d-8410851a9671"
  ]
}

Response

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

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable