Delete a user avatar
DELETE
/users/{user_id}/avatarRemoves the user's avatar. The operation is idempotent: removing an avatar that is not set also succeeds.
AuthorizationBearer <token>
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
user_id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/users/string/avatar"Empty
Update a user avatar PUT
Sets the user's avatar to a file previously uploaded to the account, identified by `file_id`.
List user custom field values GET
Returns the user's custom field values, keyed by custom field public ID. If custom fields are not enabled for the account, the API returns `feature_disabled`.