curl --request POST \
--url https://use.hoop.dev/api/orgs/invitations \
--header 'Content-Type: application/json' \
--data '
{
"action": "accept"
}
'{
"message": "operation completed successfully"
}Accept or decline a pending organization invitation. On accept, the current user is migrated to the invited org and the old auto-created org is removed if empty. On decline, the invitation is dismissed permanently.
curl --request POST \
--url https://use.hoop.dev/api/orgs/invitations \
--header 'Content-Type: application/json' \
--data '
{
"action": "accept"
}
'{
"message": "operation completed successfully"
}Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?