GET
/
configuration
/
users
/
{user_id}
curl --request GET \
  --url https://api.leen.dev/v1/configuration/users/{user_id} \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CONNECTION-ID: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "email": "<string>",
  "username": "<string>",
  "last_login": "2023-11-07T05:31:56Z",
  "vendor_user_id": "<string>",
  "vendor": "AIKIDO",
  "access_data": {}
}

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Path Parameters

user_id
string
required

Response

200
application/json
Successful Response

The response is of type object.