Retrieve User
Get existing user in your account
Retrieve a user
GET
https://api.xenia.team/v1/users/:id
Retrieve a user by id
Path Parameters
Name
Type
Description
id*
String
User id
Headers
Name
Type
Description
Authorization*
String
{
"id": "e77b6442-de60-401c-a173-0afc84a5747e",
"firstName": "John",
"lastName" "Wick",
"email": "[email protected]",
"phone": "+14844608118",
"photo": "https://cdn.xenia.team/images/e77b6442.png",
"status": "active",
"workspaceId": "e77b6442-de60-401c-a173-0afc84a5747e",
"locations": ["e77b6442-de60-401c-a173-0afc84a5747e"],
"createdAt": 1701743645
"updatedAt": 2001743645
}
Last updated