User Groups
Patch apiv1groups
Update a group
PATCH
/
api
/
v1
/
groups
/
{groupUuid}
Copy
Ask AI
{
"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
Body
application/json
Response
200
application/json
Ok
The response is of type object
.
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.