cURL
curl --request PUT \ --url https://api.select.dev/api/{organization_id}/sso-group-mappings/{sso_group_name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "new_sso_group_name": "<string>" } '
{ "sso_group_name": "<string>", "roles": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "role": "admin", "scope": { "type": "organization", "id": "<string>", "name": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Update an SSO group name
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The current SSO group name
The new SSO group name
1
Successful Response
SSO group information with all its access roles.
The SSO group name
All access roles for this SSO group
Show child attributes