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": "jsmith@example.com", "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
The response is of type object.
object