Update group.

PUT {{baseUrl}}/Groups/:id

Update details of a group. If any field is left empty or is is omitted, it will be null.
Example path /api/identitymanagement/v3/Groups/68af46d-e9b8-4t04-5a20-7d557f5da8d

Request Body

{"displayName"=>"<string>", "description"=>"<string>", "members"=>[{"type"=>"<string>", "value"=>"<string>"}, {"type"=>"<string>", "value"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;68af46d-e9b8-4t04-5a20-7d557f5da8d&quot;,&quot;description&quot;:&quot;Very amazing group for amazing people&quot;,&quot;displayName&quot;:&quot;AmazingGroup&quot;,&quot;members&quot;:[{&quot;type&quot;:&quot;USER&quot;,&quot;value&quot;:&quot;e74ff46d-8bb8-4d04-b420-7d557fe86a8d&quot;},{&quot;type&quot;:&quot;USER&quot;,&quot;value&quot;:&quot;e74ff46d-8bb8-4d04-b420-7d557fe86a8d&quot;}],&quot;meta&quot;:{&quot;created&quot;:&quot;2018-02-08T15:20:43.000Z&quot;,&quot;lastModified&quot;:&quot;2018-02-08T15:20:43.000Z&quot;,&quot;version&quot;:0}}