Update group
Updates an existing group's configuration.
Parameters
| Property | Type | Location | Description |
|---|---|---|---|
id | stringRequired | path | Unique identifier of the group to update |
Body
Defines a group of users for organizational purposes
application/json| Property | Type | Description |
|---|---|---|
description | string | Detailed description of the group's purpose and scope |
isManaged | boolean | Whether the group is managed by Axiom |
members | string[] | List of user IDs that are assigned to this group |
name | stringRequired | Unique name identifier for the group |
roles | string[] | List of role IDs that are assigned to this group |
Request
Try itRun this request against your Axiom organization
Credentials stay in this browser tab and are only sent to Axiom when you run the request.
Response
200The group was successfully updated