Login
Workflow for Login Endpoint
User login to the Digital Identity system
post
Body
phoneNumberstringRequired
passwordstring · nullableOptional
imeistringRequired
imsistring · nullableOptional
phoneNumberOtpRequestIdstring · nullableOptional
phoneNumberOtpstring · nullableOptional
isPhone2FAEnabledbooleanOptional
smsProviderinteger · enumOptionalPossible values:
Responses
200
Success
post
/api/DigitalIdentity/Login200
Success
post
Body
refreshTokenstring · nullableOptional
Responses
200
Success
post
/api/DigitalIdentity/RefreshToken200
Success
Admin login to the Digital Identity system
post
Body
tenancyNamestring · max: 256Required
userNameOrEmailAddressstring · max: 256Required
passwordstring · max: 32Required
Responses
200
Success
post
/api/credentials/Login200
Success
post
Body
refreshTokenstring · nullableOptional
Responses
200
Success
post
/api/credentials/RefreshToken200
Success
Last updated