Skip to main content
POST
/
v6
/
bookkeepers
/
invite
Invite bookkeeper
curl --request POST \
  --url https://sandbox.tight.com/v6/bookkeepers/invite \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "accountant@example.com"
}
'
{
  "result": "SUCCESS",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, see Authentication for more detail.

Body

application/json
email
string<email>
required

Email address of the accountant to invite

Minimum string length: 1
Example:

"accountant@example.com"

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object

The data generated by the action performed.