Profile

Update Me

Updates the profile of the currently logged-in user.

put/v1/auth/me

Request body

emailstring email required

Example request

{
  "email": "newemail@example.com"
}

Response

User profile updated successfully

Changes