GET
/
v1
/
users
/
details
curl --request GET \
  --url https://platform.thena.ai/v1/users/details \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "userType": "<string>",
  "status": "<string>",
  "isActive": true,
  "lastLoginAt": "<string>",
  "avatarUrl": "<string>",
  "timezone": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Response

200
application/json

Operation successful

The response is of type object.