Users
Get user
Retrieve a specific user by their ID.
get/v1/users/{user_id}
Path parameters
user_idstring required
The ID of the user to retrieve.
Response
OK
Example response
{
"__typename": "User",
"created_at": null,
"email": "ian.malcolm@chaos.theory",
"id": "user_id",
"name": "Dr. Ian Malcolm",
"updated_at": "2024-05-22T12:00:00Z"
}