verifyInvite()
Description
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}
.
Request
Parameters
Field | Required | Data Type | Description |
---|---|---|---|
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 |
Example
Response
No content
Example
Last updated