Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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!" } '
First name of the user to invite
"John"
Last name of the user to invite
"Doe"
Password for the invited user
"StrongPassword123!"