cURL
curl --request POST \ --url https://api.example.com/api/invite/accept/{token} \ --header 'Content-Type: application/json' \ --data ' { "firstName": "John", "lastName": "Doe", "password": "StrongPassword123!" } '
Documentation IndexFetch the complete documentation index at: https://docs.bigcapital.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt
Use this file to discover all available pages before exploring further.
First name of the user to invite
"John"
Last name of the user to invite
"Doe"
Password for the invited user
"StrongPassword123!"