OrgMemberInvite

A pending invitation. The invitee holds no access until they accept.

Properties

emailstringrequired

The invited email address, lowercased.

rolestringrequired

Role the invitee receives on acceptance.

"admin""member""user"
statusstringrequired

Always `pending` — acceptance happens in the Floqer app or at signup.

"pending"
email_sentbooleanrequired

Whether the invitation email was accepted for delivery. `false` means the invitation is recorded and holds a seat but nobody was told — re-inviting returns `ALREADY_INVITED`, so revoke it with Remove Member and invite again.

Example

OrgMemberInvite example
{
  "email": "string",
  "role": "admin",
  "status": "pending",
  "email_sent": false
}