Skip to main content
GET
Retrieve authorized user

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Path Parameters

id
string
required

The unique identifier of the authorized user to retrieve.

Example:

"ausr_xxxxxxxxxxxxx"

Response

A successful response

A user who has been granted administrative access to manage a company's dashboard and settings.

company
object
required

The company this authorized user has access to.

id
string
required

The unique identifier for the authorized user.

Example:

"ausr_xxxxxxxxxxxxx"

role
enum<string>
required

The permission role assigned to this authorized user within the company.

Available options:
owner,
admin,
sales_manager,
moderator,
advertiser,
app_manager,
support,
manager,
custom
user
object
required

The user account linked to this authorized user record.