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

email
string <email>

Email of FreJun user

{}

Response

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