Get the details of an existing password reset token

Prev Next
Get
/v{version}/PasswordReset/Token/{token}
Path parameters
token
stringRequired

Password reset token which is linked to the specific user and details of the password reset process

version
stringRequired

The requested API version

Default"1.17"
Responses
200

OK

object

Response model displaying details of a password reset token

FirstName
string

Firstname of the user

LastName
string

Lastname of the user

UserName
string

Username of the user

UserAlreadyLoggedIn
boolean

If true, the user is already logged in at least once

CustomerCode
string

Unique code of the customer

CustomerName
string

Name of the customer

PasswordRegex
string

Password regex i.e. the password input must match this regex

PasswordRegexInvalidOnMatch
string

Negated password regex i.e. the password input must not match this regex

ValidToUtc
string (date-time)

Valid to date of the password reset token in UTC

PreferredLanguage
string

Preferred language of the user

DefaultLanguage
string

Default language of the user

AvailableLanguages
Array of string

Available languages of the user

string
400

Bad request

Expand All
object
ValidationErrors
object
property*
Array of string additionalProperties
string
403

Access denied

Expand All
object
Id
string
Type
string
Message
string
Values
object
property*
object additionalProperties
404

Token not found

500

Unexpected error

Expand All
object
Id
string
Type
string
Message
string
Values
object
property*
object additionalProperties