Invite a user#
Send an invitation to join your organization:
POST/api/membership/organizations/<ORG_ID>/invitations
Manage invitations#
List pending invitations:
GET/api/membership/organizations/<ORG_ID>/invitations
Cancel a pending invitation:
DELETE/api/membership/organizations/<ORG_ID>/invitations/<INVITATION_ID>
Accept or decline#
Invited users receive an email with a link. They can also accept or decline programmatically:
POST/api/membership/me/invitations/<INVITATION_ID>/accept
POST/api/membership/me/invitations/<INVITATION_ID>/reject
After accepting, the user's permissions are determined by the policies assigned to them at the organization and stack level.
From the console#
You can also manage invitations from the Formance Console under your organization settings.