cURL
curl --request PATCH \ --url https://api.example.com/api/invite \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "roleId": 2 } '
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.
Email address of the user to invite
"[email protected]"
Role ID to assign to the invited user
2