Update properties of a profile
PATCH/nevisidm/api/core/v1/:clientExtId/profiles/:extId/properties
Since: 2.79.0
Required permission(s): AccessControl.ProfileModify
Updates the property values of the profile with the given external ID within the specified client.
Properties provided in the request body are created or updated. Existing properties not included in the request body remain unchanged. The response contains all current property values and their data classifications after the update.
Request
Responses
- 200
- 403
- 404
- 422
Profile properties updated successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters