inviteUser()

Description

Send an invite to a user via email. The system will first create a user in a disabled state until the invite is accepted via a link to be sent to the provided email.

Request

Parameters

FieldRequiredData TypeDescription

email

string

User email

Example

await client.auth().inviteUser('example@example.com')

Response

No content

Example

{}

Last updated

Copyright © 2023 Deskree Technologies Inc.