Update Identity Mapper Set for a specific Template in the indicated Environment. This API call is designed to support PATCH operations for Mapper Set.
Notice
Accessing the API calls is through a dedicated domain/URL, according to your PlainID Tenant LocationUsing HTML Encoded Special Characters
Use HTML encoded patterns when working with values that contain special characters like spaces, dashes, etc. Refer to this HTML URL Encoding Reference for a full list.
For more details about Administration API Authentication, check out the Authentication APIs documentation
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer 123
The Environment ID can be found under the Details Tab in the Environment Settings.
The Identity Template ID. This can be found in the Details tab in the Identity Workspace Settings.
The Mapper Set ID. This can be found in the Identity Workspace Settings under the relevant Mapper Set.
[
{
"op": "replace",
"path": "/mapperSetId",
"value": "ms_456"
}
]Success - No Content
Bad Request
Unauthorized
Forbidden
Object not found
{
"errors": [
{
"code": "EMTMS-001",
"id": "EQ7CMX",
"status": "404",
"name": "TemplateMapperSetNotFoundError",
"message": "Template Mapper Set: [TMS] not found, Hint: did you mean [User, Target]"
}
]
}Internal Server Error