Namespace: InviteLink

InviteLink

Model for invitation links that let users sign up. Not versioned.

Source:

Methods

(static) getAvailable(user) → {Query}

Get the invite links a given user has generated

Parameters:
Name Type Description
user User

user to look up

Source:
Returns:

links in reverse chronological order

Type
Query

(static) getUsed(user) → {Query}

Get the invite links generated by a given user that have already been used by another user to sign up for an account

Parameters:
Name Type Description
user User

user to look up

Source:
Returns:

links in reverse chronological order

Type
Query