v8
latestOpenAPI 3.1.02026-08-033623795.0 MBAuthorized users
Create authorized user
Add a new authorized user to a company.
Required permissions:
- authorized_user:create
- member:email:read
post/authorized_users
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"
}
}