Get a single user.
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" }
ID of the user to get.
Found user
A user of your application. An object with editable user fields.
Was this page helpful?