Add a new authorized user to a company.
Required permissions:
authorized_user:createmember:email:readA 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 ***************************
Parameters for CreateAuthorizedUser
The ID of the company to add the authorized user to.
"biz_xxxxxxxxxxxxxx"
The role to assign to the authorized user within the company. Supported roles: 'moderator', 'sales_manager'.
owner, admin, sales_manager, moderator, app_manager, support, manager The ID of the user to add as an authorized user.
"user_xxxxxxxxxxxxx"
Whether to send notification emails to the user on creation.
A successful response
A user who has been granted administrative access to manage a company's dashboard and settings.
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, app_manager, support, manager The user account linked to this authorized user record.
The company this authorized user has access to.