Update Group
BETA
This endpoint is in beta and may change in future releases.
PATCH/workspace/{workspaceId}/groups/{groupId}
Updates group name, workspace-level permissions, or granular permissions.
Path Parameters
The unique identifier of the workspace.
The unique identifier of the group.
Request Body
Updated name for the group.
Updated workspace-level permissions for the group.
Updated list of granular permission rules for apps and datasources.
Error Responses
Body fails DTO validation, groupId is a default group (admin/builder/end-user), or a resource cannot be resolved.
ENABLE_EXTERNAL_API is not true, license missing, or token invalid.
workspaceId or groupId not found.
granularPermissions contains more than one applyToAll: true entry for the same resource type.
EXTERNAL_API license not active on the instance.
Request
curl -X PATCH "https://{your-domain}/api/ext/workspace/{workspaceId}/groups/{groupId}" -H "Authorization: Basic <access_token>" -H "Content-Type: application/json" -d '{}'Response: 204 No Content