PATCH
/
api
/
v1
/
groups
/
{groupUuid}
{
  "results": {
    "organizationUuid": "<string>",
    "updatedByUserUuid": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdByUserUuid": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "uuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

groupUuid
string
required

Body

application/json
members
object[]

From T, pick a set of properties whose keys are in the union K

name
string

Response

200
application/json
Ok
results
object
required
status
enum<string>
required
Available options:
ok