cURL
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": {} }
Send an email invitation to an accountant for the authenticated user
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Email address of the accountant to invite
1
"accountant@example.com"
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.