Generate a digit token

POST {{baseUrl}}/generate-password-reset-token/digit

This API is used to generate a digit token for password management. Requires authorization scope of idn:password-digit-token:create.

Request Body

{"userId"=>"Abby.Smith", "length"=>8, "durationMinutes"=>5}

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"digitToken":9087713,"requestId":"e1267ecd-fcd9-4c73-9c55-12555efad136"}