cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/domain/v1beta1/licensedUsers/{userId} \ --header 'Authorization: Bearer <token>'
{ "archived": true, "email": "<string>", "kind": "<string>", "lastActivity": "2023-11-07T05:31:56Z", "lastEdit": "2023-11-07T05:31:56Z", "lastLogin": "2023-11-07T05:31:56Z", "lastView": "2023-11-07T05:31:56Z", "name": "<string>", "orgUnitPath": "<string>", "overDomainLimit": true, "revokeCooldownDate": "2023-11-07T05:31:56Z", "suspended": true, "thumbnailPictureUrl": "<string>" }
Gets a licensed user of the domain by email.
The access token received from the authorization server in the OAuth 2.0 flow.
The email of the user
The domain
The security code
A ApiLicensedUser response