Get User
gorgias_get_userRetrieve a Gorgias user's details by ID, or use 0 to get the currently authenticated user's information.
Instructions
GET /api/users/{id} — Retrieve a single user by ID. Use id=0 to retrieve the currently authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the user to retrieve. Use 0 to retrieve the currently authenticated user. |