Update custom profile attribute values for a user
PATCH/api/v4/users/:user_id/custom_profile_attributes
Update Custom Profile Attribute field values for a specific user.
Note: Values for fields with attrs.protected = true cannot be
updated and will return an error.
Minimum server version: 11
Permissions
Must have permission to edit the user. Users can only edit their own CPA values unless they are system administrators.
Request
Responses
- 200
- 400
- 403
- 404
Custom profile attribute values updated successfully
Invalid or missing parameters in URL or request body
Do not have appropriate permissions
Resource not found