Update Profile
This endpoint allows an authenticated user to update their profile information, such as name, email, or other personal details. A valid authentication token is required to perform this action.
Method | API Endpoint |
---|---|
POST | https://admin-eficyent.rare-able.com/api/user/update_profile |
headers
: Object containing the API headers.
'X-Api-Key'
: To know how to generate please use Authentication
'X-Api-Signature'
: To know how to generate please use Authentication
Body Params
title required Accepted Values : Mr, Mrs, Miss
first_name required Min 1 | Max 25 | Regex - /^[A-Za-z\s]+$/
middle_name optional Min 1 | Max 25 | Regex - /^[A-Za-z\s]+$/
last_name required Min 1 | Max 25 | Regex - /^[A-Za-z\s]+$/
mobile_country_code required Min 1 | Max 7 | Please use Mobile Country codes for Mobile Country Codes
mobile required Min 7 | Max 13
timezone optional Example - Asia/Kolkata
about optional Max 255
gender optional Accepted values - M,F,O
nationality optional Min :1 | Max : 5 . Please use Nationalities for Nationality List
cover optional Accepted File types - jpeg,jpg,png
picture optional Accepted File types - jpeg,jpg,png