put
https://hub.xyte.io/core/v1/organization/groups/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Authorization
This endpoint requires Authorization.
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| id | string | UUID of the group. | Yes |
Request Body
| Key | Type | Description | Required |
|---|---|---|---|
| name | string | New name for the group. Must be unique within the organization. | No |
{
"name": "Updated Group Name"
}Response
Returns the updated group with its current members.
Errors
| Status | Message | Description |
|---|---|---|
| 404 | Group not found | The group does not exist or does not belong to this organization. |
| 422 | Name has already been taken | A group with this name already exists. |
