Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...


Note

Pin Code will be encrypted at a later Version. This Api will be deprecated.

General Information

...

ServiceAPIMethod
urac/admin/recoverPinCodeGet


Data Model: Users

Workflow: 

Input

...

Type: application/json
NameSourceMandatoryTypeSpecial FormatDescription
usernameQueryNOStringN/Athe user username (either username or email should be provided)
emailQueryNOStringN/Athe user email (either username or email should be provided)tenantIdbodyYESString


Output

...

Valid Response

Code Block
languagejs
titleValid Response Sample
{
	"result": true,
	"data": {
		"..."	
	}
}

...