Rename an SSO group
Rename an SSO group, keeping the roles it grants.
Merge-patch: only the fields you send change; omitted fields are left as-is. The name is the group’s id, so a rename moves the group to a new URL — the response carries the new id, and requests to the old one return 404.
Authorizations
Organization API key (sl_…).
Headers
The group's current ETag, required to guard against a concurrent update.
The organization ID the request is scoped to.
Path Parameters
Body
New name for the group. Because the name is the group's id, renaming moves it to a new URL. Omit to leave unchanged.
1Response
Successful Response
A group from your identity provider, and a carrier for the roles its members receive when they log in.
A group is identified by its name: id and name always hold the same
value. Renaming one therefore changes the other, and the group's URL with it.
The unique identifier of the group, which is its name.
The group name as it appears in your identity provider.
When the group's earliest role was granted — RFC 3339 UTC, e.g. 2026-06-05T10:30:00Z.
When any of the group's roles last changed — RFC 3339 UTC.
Opaque strong ETag for optimistic concurrency.

