Create & Manage Users
Update a user
PUT
/
auth
/
user
/
{id}
Authorizations
Authorization
string
headerrequiredAccess token
Path Parameters
id
string
requireduser ulid
Body
application/json
first_name
string
User’s first name.
last_name
string
User’s last name.
email
string
User’s email I’d.
phone
string
10 digit phone number without country code.
country_code
string
Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided. Use this key along with phone. Not necessary for email.
profile_image_url
string
URL to the user's profile image.
notification_preferences
object
User's notification preferences are categorized by transactional, promotional, and newsletter types.
login_methods
string[]
Response
200 - application/json
message
string
A descriptive message confirming the success or failure of the Registration process.
success
boolean
Indicates whether the request was successful or failure (true for success, false for failure).
content
object
An object containing the response content.