UserStore
Collection of Rulecube User-related functions.
Methods
invite
Creates a user with the given email and options.
Parameters
email string
The email of the user.
options { accessExpirationDate?: Date | string, roles: string[] }
The object containing the user options.
Return type
string
Examples
Last updated