Skip to main content
Skip to main content

validateInviteToken - User Module Reference

This documentation provides a reference to the validateInviteToken method. This belongs to the User Module.

This method validates an invite token.

Parameters

tokenstringRequired
The token to validate.
sharedContextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<InviteDTO>Required
The associated invite's details.
Was this section helpful?