OrgMemberInvite
A pending invitation. The invitee holds no access until they accept.
Properties
emailstringrequiredThe invited email address, lowercased.
rolestringrequiredRole the invitee receives on acceptance.
"admin""member""user"statusstringrequiredAlways `pending` — acceptance happens in the Floqer app or at signup.
"pending"email_sentbooleanrequiredWhether 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
}