Skip to main content

Arguments

token : String! required

Password reset token to check.

userId : String! required

Base64 encoded user id.

Returns

Boolean

The Boolean scalar type represents true or false.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query IsPasswordResetTokenValid( $token: String!, $userId: String! ) { isPasswordResetTokenValid( token: $token, userId: $userId ) }

Variables

{ "token": "interesting-early-newspaper-form-full", "userId": "62491508" }

Response

{ "data": { "isPasswordResetTokenValid": true } }