Waiting for engine...
Skip to main content

Password

Toggle Pane

Download OpenAPI Specification: Download

Password

Validates a password set link using the provided key

Authorizations:
ApiKeyBearer
query Parameters
key
string <uuid>

Unique identifier for the password set operation

Responses

Response Schema:
key
string <uuid>
mfaEnabled
boolean
username
string or null
password
string or null
confirmPassword
string or null

Response samples

Content type
No sample

Sets a new password using the validated password set link

Authorizations:
ApiKeyBearer
Request Body schema:

Password model containing the key, new password, and confirmation

key
string <uuid>
mfaEnabled
boolean
username
string or null
password
string or null
confirmPassword
string or null

Responses

Response Schema:
string

Request samples

Content type
{
  • "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e",
  • "mfaEnabled": true,
  • "username": "string",
  • "password": "string",
  • "confirmPassword": "string"
}

Response samples

Content type
No sample

Validates a password reset link using the provided key

Authorizations:
ApiKeyBearer
query Parameters
key
string <uuid>

Unique identifier for the password reset operation

Responses

Response Schema:
key
string <uuid>
mfaEnabled
boolean
username
string or null
password
string or null
confirmPassword
string or null

Response samples

Content type
No sample

Resets a password using the validated password reset link

Authorizations:
ApiKeyBearer
Request Body schema:

Password model containing the key, new password, and confirmation

key
string <uuid>
mfaEnabled
boolean
username
string or null
password
string or null
confirmPassword
string or null

Responses

Response Schema:
string

Request samples

Content type
{
  • "key": "4adfe27e-63d3-45b9-8238-62b6ed6fdb5e",
  • "mfaEnabled": true,
  • "username": "string",
  • "password": "string",
  • "confirmPassword": "string"
}

Response samples

Content type
No sample