Problem endpoint generate-password-reset-token/digit

Hi guys, I’m testing this endpoint /generate-password-reset-token/digit
Link create-digit-token | SailPoint Developer Community

I’m getting this error:
{
“detailCode”: “403 Forbidden”,
“trackingId”: “a73c4dce59524a7893a6f5ac79ed810b”,
“messages”: [
{
“locale”: “en-US”,
“localeOrigin”: “DEFAULT”,
“text”: ““Digit token” password reset is disabled.”
},
{
“locale”: “und”,
“localeOrigin”: “REQUEST”,
“text”: ““Digit token” password reset is disabled.”
}
],
“causes”:
}

I generated the credential correctly using this option “idn:password-digit-token:create” and also used the header “X-SailPoint-Experimental” with value “true”

I have already used these endpoints, but it doesn’t to work
v2025/generate-password-reset-token/digit
v2024/generate-password-reset-token/digit
beta/generate-password-reset-token/digit
v3/generate-password-reset-token/digit

May I know whether you’re using an API key or a PAT? If you’re using an API key, try using a PAT from an admin account with sp:scope:all.

I have already used the API key and PAT and the same error appears

Hi @guilherme_sec ,
Before trying this "generate-password-reset-token/digit Link "
Enable the digitTokenEnabled:true using below api. (Also you can check in below image)

After enabling digitTokenEnabled as true ,you can use

this api to generate the digit token

Thank you.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.