Installer.com Docs
API ReferenceUsers
GET
/api/users/{userId}

Get user

Path Parameters

userId*string
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:8000/api/users/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "email": "string",
  "emailVerified": "2019-08-24",
  "firstName": "string",
  "lastName": "string",
  "language": "string",
  "timezone": "string",
  "phoneNumber": "string",
  "phoneVerified": "2019-08-24",
  "lastLogin": "2019-08-24",
  "isSuperuser": true,
  "isTechnical": true,
  "avatarFileId": "string",
  "lastAccessAt": "2019-08-24",
  "deviceTokens": [
    "string"
  ],
  "piiRevealedAt": "2019-08-24",
  "updatedAt": "2019-08-24",
  "createdAt": "2019-08-24",
  "deletedAt": "2019-08-24"
}