Description
Update the SCIM user group mapping for the tenant. The full user group mapping must be sent, appending a new mapping is not supported.
Request
HTTP Method: POST
Sample request
curl -X POST \
https://<<META.tenant.domain>>/api/v1/admin/scim_user_group_mapping \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>' \
-d '{
"mappings": {
"group_name": "Managers",
"team_name": "Analytics",
"role_name": "TEAM_ADMIN"
}
}'
Response
A successful request will return status 200 and the updated SCIM user group mapping.