Skip to content

Get the current user's profile

GET
/resources/me/profile

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.