Skip to content

Update the current user's profile

POST
/resources/me/profile

Request Body

JSON
{
  
"name": "string",
  
"phone": "string",
  
"picture": "string"
}

Responses

OK

JSON
{
  
"name": "string",
  
"picture": "string",
  
"email": "string",
  
"pendingEmail": "string",
  
"pendingEmailExpiresAt": "string",
  
"phone": "string",
  
"pendingPhone": "string",
  
"legacySystemId": "string"
}

Samples

© 2024 Hantera AB. All rights reserved.