cURL
curl --request GET \ --url https://api.carviz.com/prod/public/users/{user_id} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_by": "<string>", "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "role": "<string>", "photo": "<string>", "phone": "<string>", "address": {}, "position": "<string>", "email": "<string>", "last_activity": "2023-11-07T05:31:56Z" }
Successful Response