cURL
curl --request GET \ --url https://{tenant}/admin/users/{userId} \ --header 'Admin-Auth: <api-key>'
{ "access_key": "c8251902f3f44dfa729e0267d0d62859", "active": false, "email_address": "itachisasuke@gmail.com", "first_name": "itachi", "group_id": "", "id": "679a02465715ecdd507d7273", "last_login_date": "0001-01-01T00:00:00Z", "last_name": "sasuke", "org_id": "", "password_max_days": 0, "password_updated": "0001-01-01T00:00:00Z", "user_permissions": { "IsAdmin": "admin", "ResetPassword": "admin" } }
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?