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 -g --request POST '{{baseURL}}/admin/invites' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": "user@example.com",
"role": "admin"
}'
{}