Skip to main content

INVITATION_LOOKUP

Constant INVITATION_LOOKUP 

Source
pub const INVITATION_LOOKUP: &str = "\
SELECT id, team_id, email, oauth_provider, oauth_provider_username, role, status, expires_at \
FROM team_invitations WHERE id = ?1";
Expand description

Lookup an invitation by id.