Update a profile
PATCH/nevisidm/api/core/v1/:clientExtId/profiles/:extId
Since: 2.71.0
Required permission(s): AccessControl.ProfileView,AccessControl.ProfileModify
Partially updates the profile with the given external ID within the specified client. Only provided fields will be updated. Fields not included in the request body remain unchanged.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Profile updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid profile data