Authentication
Profile
User
Authorized
Description
Authentication type : application/json
Updates the profile information for the authenticated user. Requires valid JWT token in Authorization header and user must be updating their own profile.
Request Body
Required
{
"id": "string",
"phonenumber": "string",
"firstname": "string",
"lastname": "string",
"email": "string",
"username": "string",
"photoUrl": "string"
}