- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
refreshInviteTokens - User Module Reference
This documentation provides a reference to the refreshInviteTokens
method. This belongs to the User Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method updates the token and expiration date of invites.
Example#
Parameters#
inviteIds
string[]The IDs of the invites to refresh.
Returns#
Promise
Promise<InviteDTO[]>The updated invites.
Promise
Promise<InviteDTO[]>Was this page helpful?