verifyInvite()
Last updated
Last updated
Copyright © 2023 Deskree Technologies Inc.
Endpoint to verify invitation based on oobCode
and uid
provided in the email sent to the user. The oobCode
and uid
are found in the password reset URL. Password reset URL has the following structure: {email_conf_url}?oobCode={oobCode}&uid={uid}
.
Field | Required | Data Type | Description |
---|---|---|---|
No content
oobCode
string
Can be found in the URL sent to the user by the inviteUser() method.
uid
string
User UID
newPassword
string
Password set by the invited user