Skip to main content
POST
Invite a member to the active business

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Axra-Business-Id
string

Active business context

Body

application/json
email
string
required
Example:

"teammate@example.com"

role
enum<string>
required
Available options:
OWNER,
ADMIN,
MEMBER
Example:

"MEMBER"

Response

Bad request

success
boolean
required
Example:

false

error
object
required