Retrieve All Users

Retrieve all users in your account

List all users

GET https://api.xenia.team/v1/users

Get a list of all users

Headers

NameTypeDescription

Authorization*

JWT Token

Access Token

{
    users: [{
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "firstName": "John",
    "lastName" "Wick",
    "email": "john@company.com",
    "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