This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
invite.created
event. If you have a Notification Provider installed that handles this event, a notification should be sent to the email associated with the invite to allow them to accept the invite.curl --location --request POST 'http://127.0.0.1:3658/m1/543334-505232-default/admin/invites' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": "user@example.com",
"role": "admin"
}'
{}