Update Identity Provider Attribute
PUT {{apiPath}}/environments/{{envID}}/identityProviders/{{providerID}}/attributes/{{idpAttrID}}
To update a property value associated with a selected identity provider attribute resource, use the PUT /environments/{{envID}}/identityProviders/{{providerID}}/attributes/{{idpAttrID}}
operation to modify the specified attribute values.
Prerequisites
- See Identity Provider Management for important overview information.
Request Body
{"name"=>"name.given", "value"=>"${providerAttributes.first_name}", "update"=>"EMPTY_ONLY"}
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/identityProviders/ad6e99f3-1053-4ce0-9623-09bab0a1c74a/attributes/065281f6-923d-483f-a63f-98888b0c7b01"},"identityProvider":{"href":"https://api.pingone.com/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/identityProviders/ad6e99f3-1053-4ce0-9623-09bab0a1c74a"}},"name":"name.family","value":"${providerAttributes.last_name}","update":"EMPTY_ONLY","id":"065281f6-923d-483f-a63f-98888b0c7b01","mappingType":"CUSTOM","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"identityProvider":{"id":"ad6e99f3-1053-4ce0-9623-09bab0a1c74a"},"createdAt":1559592542048,"updatedAt":1559593262040}