Retrieve authorized user
Retrieves the details of an existing authorized user.
Required permissions:
company:authorized_user:readmember:email:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
The unique identifier of the authorized user to retrieve.
"ausr_xxxxxxxxxxxxx"
Response
A successful response
A user who has been granted administrative access to manage a company's dashboard and settings.
The company this authorized user has access to.
The unique identifier for the authorized user.
"ausr_xxxxxxxxxxxxx"
The permission role assigned to this authorized user within the company.
owner, admin, sales_manager, moderator, advertiser, app_manager, support, manager, custom The user account linked to this authorized user record.

