Update Profile


This endpoint allows an authenticated user to update their profile details, including first name, last name, and profile picture. A valid access token is required, and the response confirms whether the update was successful.

Method API Endpoint
POST https://efylink-business.rare-able.com/api/user/account

headers: Object containing the API headers.

'Authorization : Bearer Token': Use Login API for access token

'X-CLIENT-ID': Use Get Credentials api to generate X-CLIENT-ID

'X-Api-Signature': To know how to generate please use Authentication

'X-Api-Timestamp': Timestamp

Body Params

first_name required Regex : /^[A-Za-z]{2,30}$/

last_name required Regex : /^[A-Za-z]{1,30}$/

picture optional