Create authorized user
Add a new authorized user to a company.
Required permissions:
- authorized_user:create
- member:email:read
Request body
Example request
{
"company_id": "biz_xxxxxxxxxxxxxx",
"user_id": "user_xxxxxxxxxxxxx"
}Response
A successful response
Example response
{
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
},
"id": "ausr_xxxxxxxxxxxxx",
"user": {
"email": "john.doe@example.com",
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
}
}Changes
Changed in 2 of the 41 revisions of this API.511
- ▲
removed the enum value
app_managerof the request propertyrolerequest-property-enum-value-removed
- ▲
removed the enum value
customof the request propertyrolerequest-property-enum-value-removed
- ▲
removed the enum value
managerof the request propertyrolerequest-property-enum-value-removed
- ▲
removed the enum value
supportof the request propertyrolerequest-property-enum-value-removed
- ▲
removed the enum value
workforceof the request propertyrolerequest-property-enum-value-removed
- ▲
- ●
added the new
workforceenum value to theroleresponse property for the response status200response-property-enum-value-added
- ○
added the new
workforceenum value to the request propertyrolerequest-property-enum-value-added
- ●