cURL
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": {} }
Return a User who has access to a connection source by ID (Leen’s UUID).
Successful Response
The response is of type object.
object