v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Authorization

Update an authorization group

Updates a specified authorization group.

put/groups/{id}

Path parameters

idstring required

Request body

principalIdsstring[] nullable

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

Example request

{
  "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 updated.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable