Admin — SCIM
Create SCIM group mapping
Maps a SCIM group display name to an Atlas custom role. When users are provisioned via SCIM and belong to the mapped group, they are assigned the corresponding role.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:3001/api/v1/admin/scim/group-mappings" \ -H "Content-Type: application/json" \ -d '{ "scimGroupName": "string", "roleName": "string" }'{
"mapping": {
"id": "string",
"orgId": "string",
"scimGroupName": "string",
"roleName": "string",
"createdAt": "string"
}
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"error": "string",
"message": "string",
"requestId": "string"
}