cURL
curl --request GET \ --url https://{tenant}/admin/users/{userId} \ --header 'Admin-Auth: <api-key>'
{ "access_key": "<string>", "active": true, "api_model": {}, "email_address": "<string>", "first_name": "<string>", "group_id": "<string>", "id": "<string>", "last_login_date": "2023-11-07T05:31:56Z", "last_name": "<string>", "org_id": "<string>", "password_max_days": 123, "password_updated": "2023-11-07T05:31:56Z", "user_permissions": {} }
Get user summary with user id
Api key
The Id of the user you want to get
user fetched successfully
Show child attributes
Was this page helpful?