Create authorized user
Add a new authorized user to a company.
Required permissions:
- authorized_user:create
- member:email:read
Request body
Example request
{
"account_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 4 of the 74 revisions of this API.632
- ●
added the new
partnerenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new
partnerenum value to the request propertyrequest-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added the new required request property
new-required-request-property
- ●
removed the request property
request-property-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
app_managerof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
customof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
managerof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
supportof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
workforceof the request propertyrequest-property-enum-value-removed
- ▲
- ●
added the new
workforceenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new
workforceenum value to the request propertyrequest-property-enum-value-added
- ●
Of the 74 revisions, 1 has no diff computed.