cURL
curl --request GET \ --url https://api.duohub.ai/users/get/{id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "data": { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "[email protected]", "owner": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve a single user by ID
Your duohub API key. Type: str
Unique identifier of the user to retrieve
User retrieved successfully
success
Show child attributes
User's unique identifier
User's first name
User's last name
User's email address
Owner identifier
Creation timestamp
Last update timestamp