GET
/
users
/
{id}
curl --request GET \
  --url https://app.trophy.so/api/users/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "email": "user@example.com",
  "name": "User",
  "tz": "Europe/London",
  "subscribeToEmails": true,
  "id": "user-id",
  "control": false,
  "created": "2021-01-01T00:00:00Z",
  "updated": "2021-01-01T00:00:00Z"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

ID of the user to get.

Response

200
application/json

Found user

A user of your application.