Skip to main content
{
	"company": {
		"id": "biz_xxxxxxxxxxxxxx",
		"title": "Pickaxe"
	},
	"id": "ausr_xxxxxxxxxxxxx",
	"role": "owner",
	"user": {
		"email": "john.doe@example.com",
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"username": "johndoe42"
	}
}
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
AuthorizedUserRoles
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.