Skip to main content

Update a user

Update a user with the provided details.

PATCH/api/v1/integrations/user/

Headers

NameValue
AuthorizationBearer Access Token
Content-Typeapplication/json

Query Parameters

NameTypeRequiredDescription
emailstringYesEmail of FreJun user

Payload

number
string

Phone number of User

first_name
string

First name of user

last_name
string

Last name of user

Response

{
"success": true,
"message": "Successfully updated user",
"data": {}
}