Skip to main content

LoginRadius Customer Identity API Codes

This section details the LoginRadius Customer Identity API codes and some suggestions on how to resolve them.

HTTP Error Response Structure:

{
"Description": {{String}},
"ErrorCode": {{Integer}},
"Message": {{String}},
"IsProviderError": {{Boolean}},
"ProviderErrorResponse": {{String or NULL}}
}

HTTP Response Descriptions:

HTTP CodeMessageDescription
200OKThe API was accessed successfully.
400Bad RequestVerify that the API endpoint you are accessing is correctly formatted and has all the required parameters.
401UnauthorizedVerify your LoginRadius API key and secret, also verify that your access token has not expired.
403ForbiddenVerify all parameters are correctly formatted and the API endpoint is correct.
404Not FoundThe API endpoint is not correct or your account does not have sufficient permissions to access this endpoint.
405Method not allowedVerify that you are accessing the API endpoint with the correct format (ie. Get or Post)
429Too Many RequestResponse status code indicates the user has sent too many requests in a given amount of time (i.e. rate limiting)
500Internal Server ErrorSomething has gone wrong with the processing of the request, check your server error logs and contact us if the error persists.

LoginRadius Error Response Descriptions:

Error CodeError MessageDescriptionHTTP Code
901The API key is unauthorizedThe provided LoginRadius API key is invalid or is not authorized, please use a valid or authorized LoginRadius API key or check the API key for your LoginRadius account.403
902The API secret is unauthorizedThe provided LoginRadius API secret is invalid or is not authorized, please use a valid or authorized LoginRadius API secret or check the API secret for your LoginRadius account.401
903Request token is invalidThe LoginRadius request token is invalid, please check the POST request on your callback page and the token field in the request.403
904Request token has expiredThe LoginRadius request token has expired, please request a new token from LoginRadius API.403
905Access token is invalidThe LoginRadius access token is invalid, please use the correct or valid access token in order to process this request.403
906Access token has expiredThe LoginRadius access token has expired, please request a new token from LoginRadius API.403
908A parameter is not formatted correctlyA parameter is not formatted correctly in the request, please check all the parameters in the API call.403
909Your LoginRadius site does not have permission to access this endpointYour LoginRadius site does not have permission to access this endpoint, please contact LoginRadius support for more information.403
910Endpoint is not supported by the current providerThe requested endpoint is not supported by this social identity provider.403
920API key is invalidThe provided LoginRadius API key is invalid, please use a valid API key of your LoginRadius account.400
921API secret is invalidThe provided LoginRadius API secret is invalid, please use a valid API secret of your LoginRadius account.400
922API key is missingThe request is missing the API key, please use the valid API key parameter in order to process this request.400
923API secret is missingThe request is missing the API secret, please use the valid API key parameter in order to process this request.400
925The date range has an invalid formatThe From date has an invalid format, please use the valid date format (mm/dd/yyyy).400
926The date range has an invalid formatThe To date has an invalid format, please use the valid date format (mm/dd/yyyy).400
929Access token is missing from social ID providerThe ID Provider access token is required to generate the LoginRadius access token, please use the correct token in order to process this request.400
930Token secret is missing from social ID providerThe ID Provider token secret is required to generate the LoginRadius access token, please use the correct token in order to process this request.400
931Album ID is requiredThe album ID is required to process this request, please use a valid album ID.400
936Email address is already registered with your LoginRadius siteThe email address has to be unique for your LoginRadius site, please use a different email address.403
937User ID is invalidThe user ID is invalid, please use a valid user ID in order to process this request.403
938User does not existThe user's account does not exist, please use a valid user or create the user before processing this request.403
942Site does not existThe provided site does not exist, please use a valid LoginRadius site in order to process this request.403
949The site name is requiredThe site name is required to process this request, please use a valid LoginRadius site name.403
950Operation failed due to an unknown errorAn unknown error has occurred, please try again in a few minutes or contact your system admin.500
957The query is not formatted correctlyPlease use the correct query format, it should be in the format specified in the query documentation.400
958The post body is invalidPlease use a valid post body (in the format x-www-form-urlencoded).400
959The status ID is invalidA valid status ID is required to process this request, please use a valid status ID.403
965The post body is invalidPlease use a valid post body and make sure that it is in a valid JSON format.400
966Invalid user ID and/or passwordPlease use a valid user ID and password combination.401
967Current password is invalidYour current password is invalid, please use the correct password.401
968The date is invalid or has an invalid formatThe provided birth date either is in the future or has an invalid format, please use the valid date and date format (mm/dd/yyyy).400
970Email is not verifiedThis email has not yet been verified, please click the link in your email to confirm your email address.403
971Invalid requestThe current request is invalid, please use a valid request.400
973Invalid email verification linkThe email verification link is invalid, please request a new link.403
974The email verification link has already been usedEach link can only be used once, you can log in now if you have already verified the email, OR use the ‘forgot password’ option.403
975Your verification link has expiredThis verification link has expired, please request for new verification link.403
979The link cannot be accessedThe link is either expired or has already been used, please request a new link.403
981Site is not configured for RaaS (Registration-as-a-Service)RaaS (Registration-as-a-Service) is not configured for this site, please contact LoginRadius support.403
982CAPTCHA is invalidCAPTCHA is invalid, please enter the correct CAPTCHA value.403
983Account cannot be linkedThis account cannot be linked, please use another account to link.403
984Account ID is invalidThis Account ID is invalid, please use valid account ID.403
986Account is already linkedThis account cannot be linked as it is already linked with another account.403
987Account cannot be unlinkedThis account is not linked to any other account, so it cannot be unlinked.403
988An account already exists for this emailThis email is already registered, please log into to your account or use the ‘forgot password’ option.403
989Provider ID cannot be unlinkedThis provider ID is not linked to any other account, so it cannot be unlinked.403
990This email is invalidThis is not a valid email address, please use a valid email address.403
991Your account is blockedYour account has been blocked by the system admin, please contact the admin for more information.403
992The page ID is invalidThe page ID is required to process this request, please use a valid page ID.400
993Custom field is invalidThis custom field is invalid, please use a correct or valid custom field.403
995Unique record ID is invalidThis unique record Id is invalid, please enter a valid unique record ID.403
996Cursor value is invalidThis cursor value is not valid, please enter a value higher than zero.403
997Request does not have more recordsThis is the end of the data set, there are no more records to process.403
998Maximum limit reached for the custom objectA maximum of 20 account IDs are allowed to get custom object value, please use less than 20 IDs.403
999Site is not configured for custom object settingThe custom object setting is not configured for this site, please contact LoginRadius support.403
1000An error has occurred at the social identity provider’s endAn error has occurred at the social identity provider’s end, please check the ‘providerErrorResponse’ for more details.403
1001Custom object ID is invalidThe custom object ID used in the request is incorrect or does not exist.403
1002Maximum limit has reached for this custom objectThis custom object has reached the maximum limit, please contact LoginRadius support.403
1003Record is blocked within custom objectThis record is blocked in the custom object, please unblock it or contact LoginRadius support.403
1005User account should have at least one email addressThis email address cannot be deleted as this is the only email address in your Profile, please add an additional email address in order to remove this.403
1006Invalid action for adding or removing email addressesThis action is invalid, please take a valid action.403
1008This provider cannot be unlinkedThis provider cannot be unlinked from your Profile.403
1009The FROM clause is invalidThe FROM clause is invalid, please review the documentation and process your request again.403
1010The ORDERBY clause is invalidThe ORDERBY clause is invalid, please review the documentation and process your request again.403
1011The LIMIT clause is invalidThe LIMIT clause is invalid, please review the documentation and process your request again. The request must be between 1-20 records.403
1012The SKIP clause is invalidThe SKIP clause is invalid, please review the documentation and process your request again. The clause must be non-negative.403
1013The SELECT clause is invalidThe SELECT clause is invalid, please review the documentation and process your request again.403
1014The WHERE clause is invalidThe WHERE clause is invalid, please review the documentation and process your request again.403
1015The new password is invalidPlease use a valid Profile ID to change your password.403
1016The password cannot be changed, the Profile ID is invalidPlease use a valid Profile ID to change your password.403
1017This username is already registered with this websiteThe username you have selected is already in use, please choose a different username.403
1018Username cannot be changed, as the existing username provided is incorrect or invalidPlease provide the correct existing username in order to change it.403
1019The First Data point is invalidThe First Data point is invalid, please review the documentation and submit your request again with the correct data point.403
1020The Second Data point is invalidThe Second Data point is invalid, please review the documentation and submit your request again with the correct data point.403
1021The Stats type is invalidThe Stats type is invalid, please review the documentation and submit your request again with the correct Stats type.403
1022Username does not existThe provided username does not exist, please enter a valid username.403
1023Email address does not existThe provided email address does not exist, please use a valid email address.403
1024This username format is invalidThe username provided is invalid, please enter the username in the correct format.403
1025This email address is already verifiedThis email address has already been confirmed, so you cannot resend the verification email.403
1026Cannot login with this social provider as email address is not yet verifiedPlease verify your email address first to log in with this social provider.403
1027You cannot login or register with this email address, as an account already exists for this email addressAn account already exists with this email address. If you’ve forgotten which email address/social provider you have previously registered under, please use the forgot user ID or social provider link.403
1030This email address cannot be registered, as it is already registered under a social accountAn account already exists with this email address. If you’ve forgotten which social provider you have previously registered under, please use the forgot user ID or social provider link.403
1032Email address is requiredEmail address is required, please use a valid email address in order to process this request.403
1033Cannot login with this social provider as the same email address is already being used with another accountplease login with your existing account. If you’ve forgotten which provider you have previously registered under, please use the Forgot User ID or Social Provider link.403
1034Verification emails cannot be sent, as the email verification option is disabled for your siteThe email address verification option is disabled for your site, please enable it before sending any verification emails.403
1035Custom object JSON is invalidThe provided custom object JSON is invalid, please use a valid or well-formatted JSON in order to process this request.400
1036Custom object ID is requiredThe custom object ID is required, please use a valid custom object ID in order to process this request.400
1037Account ID is requiredThe account ID is required, please use a valid account ID in order to process this request.400
1038Valid email ID is requiredThe provided email ID is invalid or not well-formatted, a valid email ID is required in order to process this request.400
1039An email profile is not created or does not existAn email profile is not created on this Account ID, please use a valid Account ID or create an email profile before processing this request.403
1040REST Hook target URL is invalidThe provided REST Hook target URL is invalid, it must be a valid web URL.403
1041The number of REST Hook subscriptions have exceeded the limitThe number of REST Hook subscriptions must be less than or equal to 5, please unsubscribe and try again.403
1042Event parameter is invalidEvent parameter is invalid, it must be either 'login' or 'register'.403
1043Phone number is invalid or does not existThe provided phone number is invalid or does not exist, please use a valid phone number in order to process this request.403
1044This account ID is already registered with your siteThe account ID has to be unique for your Site, please use a different account ID in order to process this request.403
1046This email has already been registered with your LoginRadius siteThis email has already been registered with your LoginRadius site, please use a different mail address.403
1047Role does not existThe provided role for the user does not exist, please use a valid role in order to process this request.400
1048Secured one-time token (SOTT) is requiredSecured one-time token (SOTT) is required, please use a valid secure one-time token (SOTT) in order to process this request.400
1049Secured one-time token (SOTT) is invalidSecured one-time token (SOTT) is invalid, please use a valid secure one-time token (SOTT) in order to process this request.403
1051New social registration is not allowedThe new social registration are not allowed, please login from your existing account or link this account.403
1054Account linking is disabledThe account linking feature is disabled for your LoginRadius site, please reach out to LoginRadius support for further information.403
1055Session has expiredThe LoginRadius session token has expired, there is no current active session for this user.403
1056Email is not allowed to registerThe provided Email is not allowed to register, please reach out to LoginRadius support for more information.403
1057Custom object is not found or does not existThe requested custom object of the user's account could not be found, please create a custom object before requesting.403
1058Phone number is already registered with your LoginRadius siteThe phone number has to be unique for your LoginRadius site, please use a different phone number.403
1059Password less login option is not enabled for your LoginRadius siteThe password less login option is not enabled for your LoginRadius site, please reach out to LoginRadius support for more information.403
1060Access token is missingThis request is missing the access token, please use the valid access token parameter in order to process this request.400
1061Profile ID is missingThis request is missing the Profile ID, please use a valid Profile ID parameter in order to process this request.400
1062The password less login link has already been usedEach link can only be used once, please click the password less login button for a new link.403
1063Verification token (vtoken) is invalidThe LoginRadius verification token is invalid, please use a valid verification token in order to process this request.403
1064Custom object name is invalidThe custom object name used in this request is incorrect or does not exist.403
1065Provider name or Provider Id is invalidThe provider name or provider ID is invalid, please use a valid provider name or provider ID.403
1066Phone number is not verifiedThe provided phone number is not verified, please use a verified phone number for login.403
1067Invalid OTP CodeThe OTP code is invalid, please request for a new OTP.403
1068The OTP has already been usedEach OTP can only be used once, you can now login if you have already verified the phone number.403
1069Verification OTP has expiredThis verification OTP has expired, please use ‘resend OTP’ option to verify your phone number.403
1070The OTP cannot be accessedThis OTP is either expired or has already been used, please request for a new OTP.403
1071The SMS configuration does not existThe SMS configuration does not exist, please configure SMS settings.403
1072The Verification code (OTP) send failedThe Verification OTP Code sending failed, please try again.403
1073This phone number has already been confirmedThis phone number has already been confirmed, so you cannot resend the verification OTP403
1074Phone number login is not enabledPhone number login is not enabled on your site.403
1075Username is requiredA username is required, please use a valid username in order to process this request.400
1076Phone number is requiredPhone number is required, please use a valid phone number in order to process this request.400
1077Phone number login is enabledThe phone number login is enabled so login or get Profile by email ID is unavailable, please use a verified phone number for login or get Profile.403
1078Provider is invalidThis provider is invalid for account link/unlink, please use a valid Social Provider.403
1079Put body is invalidPlease use a valid put body and make sure that it is in a valid JSON format.400
1080JSON format is not supported by this APIPlease use a valid JSON body and make sure that it is in a valid JSON format.400
1081Put body is invalidPlease use a valid put body (in the format x-www-form-urlencoded).400
1082Delete body is invalidPlease use a valid delete body (in the format x-www-form-urlencoded).400
1083This content type header is not supportedPlease use a valid content type header, either application/JSON or application/x-www-form-urlencoded.400
1084Delete body is invalidPlease use a valid delete body and make sure that it is in a valid JSON format.400
1085Number of Webhook subscriptions exceed to limitNumber of Webhook subscriptions must be less than or equal to 5, unsubscribe other and try again.403
1086Event parameter is invalidThe event parameter is invalid, please enter a valid event.403
1087Webhook target URL is invalidThe provided Webhook target URL is invalid, please enter a valid web URL.403
1088Custom API name is invalidThe provided Custom API name is invalid, please provide a valid name.403
1089Password is missingThe password is missing, please use the valid password parameter in order to process this request.400
1090Invalid request body or payloadAn error has occurred while parsing the API payload, Please review the request and try again.400
1091Security question is invalidThis security question is invalid, please use a correct or valid security question.403
1092Security question and answer is not saved in profileThis security question and answer is not saved in your profile, please update the security question and answer in profile.403
1093Your security answer is incorrectYour security answer is incorrect, please enter the correct security answer.403
1094Your security answer or question is incorrectYour security question or answer is incorrect, please enter the correct security question or answer.403
1095Security question or answer is not enabledThe security question or answer is not enabled, please enable security question or answer.403
1096Invalid phone numberThe provided phone number is not valid or not well-formatted, please review the phone number in order to process this request.400
1097Two factor authentication is not enabledTwo factor authentication is not enabled, please enable two factor authentication for login.403
1098Two-factor authentication is not configuredTwo-factor authentication is not enabled. Please configure or enable at least one two-factor authentication method from your profile.403
1099Two-factor authenticator is not configuredTwo-factor authenticator app is not configured. Please configure an authenticator to enable two-factor authentication.403
1100OTP two factor authentication is not enabledThe OTP two factor authentication is not enabled, please enable OTP two factor authentication for login.403
1101Two factor authentication is not configured for this profileTwo factor authentication is not configured, please configured or enable two factor authentication on your profile for login.403
1102The two-factor authenticator code is incorrectPlease enter the correct authenticator code.403
1103Two factor authentication token is invalidThe LoginRadius two factor authentication token is invalid, please use the correct or valid token in order to process this request.403
1104Two factor authentication token has expiredThe LoginRadius two factor authentication token has expired, please request a new token from LoginRadius API.403
1105At least one verification code is requiredAt least one verification code is required, please enter the OTP or Google authentication code.403
1106This phone number is already registeredThis phone number is already registered on your profile for two factor authentication., please use a different phone number for login.403
1107Address type can not be samePlease use different address types in the case of multiple addresses.400
1110Webhook target URL is already subscribedThe provided Webhook target URL is already subscribed, please enter a unique web URL.403
1112Webhook target URL is not subscribedThe provided Webhook target URL is not subscribed, it must be subscribed before unsubscribe.403
1113The profile cannot be enforced to invalidate the email verification.The request could not be processed, there is no email profile associated with this UID, thus the email verification cannot be enforced.403
1114No record foundThere are no deleted records available for this request.403
1115The profile cannot be enforced to invalidate the email verification.The request could not be processed, email already unverified associated with UID thus can not enforce email verification.403
1117This phone number is not registeredphone number is not registered on your profile for two factor authentication.403
1118Email, UID or phone is requiredPlease pass the email or uid or phone parameter in order to process this request.400
1119The LoginRadius DeleteToken is invalidThe LoginRadius DeleteToken is invalid, please use the correct or valid DeleteToken in order to process this request.403
1120Access token is invalid or phone number is already verifiedThe LoginRadius access token is invalid or the phone number has already been verified.403
1121This is not valid request for removing two factor authenticationThis is not valid request for removing two factor authentication, please use the correct value for removing two factor authentication.403
1122You have reached a limit for sending emailsThe account limit for email requests for this resource has been reached for this time due to too many request.403
1123You have reached a limit for sending SMSThe account limit for SMS requests for this resource has been reached for this time due to too many request.403
1124Phone type cannot be samePlease use different phone types in the case of multiple phone numbers.400
1125Address type is requiredThe request couldn't be processed, the address type must be specified in the address.400
1126Email has already been verifiedProvided email address has already been verified, so its verification token couldn’t be generated.403
1127Two factor authentication backup code is already generatedThe two factor authentication backup code is already generated, please reset your two factor authentication backup code.403
1128Two factor authentication backup bode is not valid or has already been usedThe two factor authentication backup code is not enabled, please enable or configure two factor authentication for login.403
1129Email has already been verifiedThe two factor authentication backup code is not valid or has already been used, please use a valid two factor authentication backup code for login.403
1130Login services have been disabled for your accountLogin services have been disabled for your account, please contact the admin or site owner.403
1132Your account has been lockedYour account has been locked, please login with a valid reCAPTCHA in order to continue.403
1133Role Context Name is not ValidYour role context name is not valid, please use a valid role context name.403
1134Validation failed for one or more fieldsValidation failed for one or more fields, please check the errors field for more information.403
1135Smart login option is not enabled for your LoginRadius siteThe smart login option is not enabled for your LoginRadius site, please reach out to LoginRadius support for more information.403
1136Client GUID must be uniqueYou have already used this client GUID, please use a unique client GUID.403
1137This smart login link has already been usedEach link can only be used once, please request a new link to login.403
1138The smart login link has already been verifiedThis smart login link has already been verified, please click the smart login button for a new link.403
1139The smart login link has not been verifiedThis smart login link has not been verified, please click the smart login link in your email to verify.403
1140Client GUID is invalidThe client GUID is invalid or expired, please use a valid client guid in order to process this request.403
1141Email address or username is requiredEmail address or username is required, please use a valid email address or username in order to process this request.400
1142Additional Permission does not existAdditional Permission for the user does not exist, please use a valid additional permission in order to process this request.403
1143Access UnauthorizedYour LoginRadius site secret does not have authorization to access this endpoint.403
1144Your LoginRadius site has disabled for this resourceYour LoginRadius site has V2 APIs enabled, access to this resource is prohibited.403
1145The one touch login link has already been usedEach link can only be used once, please click the sign in button for a new link.403
1146One touch login is not enabled for your LoginRadius siteThe one touch login is not enabled for your LoginRadius site, please reach out to LoginRadius support for more information.403
1147The profile cannot be enforced to invalidate the phone verification.The request could not be processed, there is no phone profile associated with UID, so the phone verification cannot be enforced.403
1148Your account has been lockedYour account has been locked, please login with an answer to the security question in order to continue.403
1149Your default LoginRadius Configured SMS Sending Limit ExceedYour default LoginRadius Configured SMS Sending Limit Exceed. please contact from LoginRadius supportfor more information.403
1150Registration data record does not existThe registration data record does not exist, please use a valid registration data record in order to process this request.403
1151Registration data record is not validThe registration data record is not valid, please use a valid registration data record in order to process this request.403
1152Registration data record does not have codeThis registration data record does not have code.403
1153Registration code is not validThe registration code is not valid, please use a valid code in order to process this request.403
1154Registration data parent record does not existThe registration data parent record does not exist, please use a valid registration data record in order to process this request.403
1155No record exists for this typeNo record exists for this type.403
1156No child record existsNo child record exists.403
1157Registration code is requiredThe registration code is required, please use a valid code in order to process this request.403
1158The type is not valid for registration data.The type is not valid for registration data, please use a valid type in order to process this request.403
1160No callback login is not enabled for your LoginRadius siteThe No callback feature is not enabled for your LoginRadius site, please reach out to LoginRadius support for more information.403
1161This phone number is already unverifiedThis phone number is unverified, cannot invalidate.403
1162Email or Phone is not verifiedThis email has not yet been verified, please click the link in your email to confirm your email address.403
1163You are not eligible for registrationYou are not eligible for registration, your age must be above specified by admin of this site403
1164Your account has been blocked due to suspicious activityYour account has been blocked by the system admin, please contact the admin for more information.403
1165Please answer the security question's to secure your accountWe have identified a suspicious activity with your account, please answer the security question's to secure your account.403
1166A verification code has been sent to your emailWe have identified a suspicious activity with your account, a verification code has been sent to your email to secure your account.403
1167A verification code has been sent to your phoneWe have identified a suspicious activity with your account, a verification code has been sent to your phone to secure your account.403
1168Login attempt from a new browser is detectedLogin attempt from a new browser is detected.403
1169Login attempt from a new city is detectedLogin attempt from a new city is detected.403
1170Login attempt from a new country is detectedLogin attempt from a new country is detected.403
1171Login attempt from a new ip is detectedLogin attempt from a new ip is detected.403
1172Invalid dateA date was specified that was not in the correct format or not a valid date.400
1173Unable to process the requestRequest couldn't be completed due only an email in the profile.403
1174Email update is not allowedUpdate email is not allowed as email already exists in this account403
1175Role Name is not valid or already existsRole Name is not valid or already exists, please use a valid role name.403
1176Two factor authentication is enabledTwo factor authentication is enabled, please use two factor authentication api for login.403
1177Cannot add the email addressProfile does not have any verified email, this request cannot proceed.403
1178You have reached a limit for generating tokenThe limit for generating a token for this resource has been reached. The limit will auto reset upon reaching the configured request disabled period.403
1179You have reached a limit for generating OTPThe limit for generating OTP for this resource has been reached. The limit will auto reset upon reaching the configured request disabled period.403
1181You have entered an invalid token typeThe allowed token types are emailverification, addemail, forgotpassword, deleteusertoken, passwordlesslogintoken, addphone and phoneidverificationotp.403
1183UserName authentication is enabledYou can't login from email/phone, please use username for login.403
1184User Name authentication is enabledUser Name authentication is enabled, please use username for security question's list.403
1185Verification OTP is invalidThe LoginRadius verification OTP is invalid, please use a valid verification OTP in order to process this request.403
1186The email verification OTP has already been usedEach OTP can only be used once, you can log in now if you have already verified the email, OR use the ‘forgot password’ option.403
1187Email verification OTP has expiredThis email verification OTP has expired, please use the ‘forgot password’ option to verify your email.403
1188Invalid email verification OTPThe email verification OTP is invalid, please request a new OTP.403
1189Email Id or Phone number is requiredEmail Id or Phone number is required, please use a valid email Id or phone number in order to process this request.403
1190Registration disabledUser registration is disabled for your LoginRadius site.403
1191Event Based two factor authentication is not enabledEvent Based two factor authentication is not enabled, please enable event based two factor authentication for login.403
1192At least one verification code is requiredAt least one verification code is required, please enter the OTP or Google authentication code or backupcode.403
1193Two factor validation token is invalidThe LoginRadius two factor Validation token is invalid, please use the correct or valid token in order to process this request.403
1194Privacy policy does not matchYou have not accepted the current privacy policy.403
1195Privacy policy is not availableThere is no privacy policy available currently for your LoginRadius site.403
1196Privacy policy is not acceptedPrivacy policy must be accepted for registration.403
1197Privacy policy version is not validThe privacy policy version is not valid.403
1198Your account has been lockedYour account has been locked, please try again after sometime.403
1199Address is not validThe request couldn't be processed, the address is not a valid address.403
1200Uid is not validThe uid is not valid, The uid can contains alphabets, digits, underscore and dash only and length must be between 1 to 50.403
1201Email type is requiredThe request couldn't be processed, the email type must be specified in the address.400
1202Email address can not be samePlease use different email addresses in the case of multiple email addresses.400
1203Primary email address can be only oneThe primary email address can be only one.400
1204Username is not validThe username is not valid, The username can not contains space and length must be between 1 to 32.403
1205Invalid passwordPlease use a valid password.401
1206IP Access DeniedAccess denied to the resource due to unauthorized IP.403
1207API signature is missingThe request is missing the API signature, please use a valid API signature parameter in order to process this request.400
1208API signature is invalidThe API signature is invalid, please use a valid API signature parameter in order to process this request.403
1209API-Signature/API-Secret is missingThe request is missing the API-Signature/API-Secret, please use a valid API-Signature/API-Secret parameter in order to process this request.400
1210Request expiry time is missingThe request is missing the request expiry time, please use a valid request expiry time parameter in order to process this request.400
1211The request expiry time has an invalid formatThe request expiry time has an invalid format, please use a valid date-time format.400
1212The request expiry time is invalidThe request expiry time is invalid, please use a valid request expiry time in order to process this request.403
1213Phone type is requiredThe request couldn't be processed, the phone type must be specified in the phone numbers.400
1214Dangerous requestA potentially dangerous request value was detected.400
1215An error has occurred at the cloud api endAn error has occurred at the cloud api end, please check the ‘CloudApiErrorResponse’ for more details.403
1216Weak passwordA potential password vulnerability was detected.403
1217Refresh token invalidLoginRadius refresh token is invalid.403
1218CAPTCHA is invalidCAPTCHA is invalid, please enter the correct CAPTCHA value.403
1219Account cannot be unlinkedAn account cannot be unlinked from itself.403
1220Account is not allowed to loginThe provided account is not allowed to login, please reach out to LoginRadius support for more information.403
1221Account is already unlockedThe account is already unlocked, you can access or manage your profile.403
1222Current privacy policy is already acceptedCurrent privacy policy is already accepted.403
1223Social provider has not been configured for the siteThis social provider has not been configured for the site.403
1224Consent form is not availableThere is no consent form available currently for your LoginRadius site, please configure consent form.403
1225Consent form validation failedConsent form validation failed.403
1226Consent form not submittedConsent options are not submitted, please accept the consent options.403
1227Consent Management is not enabled.Consent Management is not enabled, please reach out to LoginRadius support for more information.403
1228Consent logs not availableConsent logs not available.403
1229Consent token is invalidConsent token is invalid, please use the correct or valid consent token in order to process this request.403
1230Consent token has expiredThe LoginRadius consent token expired, please request a new consent token from LoginRadius API.403
1231The JWT token is missing the unique identifier, please specified unique identifier in order to process this requestThe JWT token is missing the unique identifier, please specified unique identifier in order to process this request.403
1232JWT token is invalidThe JWT token is invalid. please use the correct or valid JWT token.403
1233PIN Authentication is not configured.PIN Authentication is not configured, please reach out to LoginRadius support for more information403
1234PIN is requiredThe PIN is a required field. Please provide a valid PIN403
1235PIN is not availableThe PIN is not available in the profile, please add PIN in the profile in order to process this request.403
1236Invalid PINPlease use a valid PIN for the Authentication401
1237OTP email verification is not enabledOTP email verification is not enabled.403
1238UserName authentication is not enabledUserName authentication is not enabled.403
1239PINAuth token is invalidPINAuth token is invalid, please use the correct or valid PINAuth token in order to process this request.403
1240PINAuth token has expiredThe LoginRadius PINAuth token expired, please request a new PINAuth token from LoginRadius API.403
1241Current pin is invalidYour current pin is invalid, please use the correct pin.401
1242The email verification link has already been usedEach link can only be used once, you can log in now if you have already verified the email, OR use the ‘forgot pin’ option.403
1243PIN is requiredThe PIN is required and needs to be set, please set PIN in the profile for login.403
1244PIN Login is not enabledPIN Login is not enabled.403
1245Session token is invalidPIN authentication session token is invalid, please use valid PIN authentication session token.403
1246Session token has expiredThe LoginRadius PIN authentication session token expired, please request a new PIN authentication session token from LoginRadius API.403
1247Email id domain is not allowed to registerThe provided Email id domain is not allowed to register, please reach out to LoginRadius support for more information.403
1248The reset pin URL is invalidThe reset pin Url is invalid, please reach out to LoginRadius support for more information.403
1249The VerificationUrl URL is invalidThe VerificationUrl is invalid, please reach out to LoginRadius support for more information.403
1250Invalid request to update the phone number for two-factor authentication.Authenticator, OTP, or security question-based two-factor authentication method is already enabled. Please use the update profile API to update the phone number.403
1256Email OTP two factor authentication is not enabledThe Email OTP two factor authentication is not enabled, please enable Email OTP two factor authentication for login.403
1257Security question two factor authentication is not enabledThe Security question two factor authentication is not enabled, please enable security question two factor authentication for login.403
1258One of the two factor authentication method is already enabledOne of the two factor authentication method is already enabled, can not update two factor authentication security question answers.403
1259Security question two factor authentication is not verified on the profileThe Security question two factor authentication is not verified on profile, please verify security question two factor authentication on profile.403
1260Minimum required security questions answers not providedMinimum required security questions answers not provided, please provide minimum required security question answers for login.403
1264Account has been lockedYour LoginRadius account has been locked, please login with your credentials again in order to unlock your account.403
1277OTP two factor authentication is not enabledThe OTP two factor authentication is not enabled, please enable OTP two factor authentication.403
1278Verification has been denied.Verification request has been denied by the user.403
1279The authenticator method is not enabled for two-factor authenticationPlease enable the authenticator method for two-factor authentication and try again.403
1281Voice OTP has not been configuredThe Voice OTP has not been configured, please configure it.403
1286You cannot log in with a passwordPassword-based login is disabled for your site. Please enable the Login with Password feature.403
1287Login attempt from a new device is detectedLogin attempt from a new device is detected.403
1292A phone number is not currently linked to your accountYour request cannot be processed as no phone number is linked to your account.403
1295Push Notification Verification PendingWe've sent a verification message to your registered device. Please tap Approve when it arrives to complete the process.403
1296Invalid Push TokenThe push token you entered may be incorrect or expired. Please try requesting a new push token.403
1297Push Notification Verification FailedThere was a problem verifying your request. This might be due to an issue with your device signature. Please try again later.403
1298Push Notification configuration errorThere appears to be a problem with the settings for using push notifications as a two-factor authentication method. Please review your configuration to ensure it's valid.403
1299Push Notifications are not set up for Two-Factor AuthenticationPlease set up push notifications for two-factor authentication in your account settings.403
1311Push Notification Verification Already DoneYou have already verified your account with push notification. You don't need to verify again.403
1312Push Notification Verification DeniedIt appears you declined the push notification request for verification. To proceed, please tap Approve on the notification when it reappears on your device.403
1313Push notification as two factor authentication is not configured for this profilePush notification as two factor authentication is not configured, please configure or enable two factor authentication on your profile for login.403
1315The password you’re trying to set is exposed in an external data breachThe specific password you’re setting is found in a data breach unrelated to this app/service. Please set a different password.403
1316Your password is exposed in an external data breachYour password is found in a data breach unrelated to this app/service. Please reset your password using the email we sent you.403
1317Please reset your password via the email we sent youYour password is exposed in an external data breach. As a caution, we’ve already sent you an email with steps to reset your password. Please try to login after resetting your password.403
1320Passkeys not enabled in this application.Please enable passkeys in the admin console to allow users to log in with passkeys.403
1321An unexpected error occurred while verifying your passkey.We apologize for the inconvenience. Please try again later.403
1322Passkey configuration error.An error occurred while processing your passkey request. Please try later or contact support for assistance.403
1323Passkey not configured in your profile.Please add a passkey in your profile to use this feature. You can configure your passkey in the profile settings.403
1324Passkey login unavailable for this account type.Passkey login is only available if registered with an email ID. Please try logging in with your email or consider updating your account information if you have the option.403
1325Invalid Passkey IDThe provided Passkey ID is invalid; it cannot be removed.403
1326Passkeys autofill not enabled in this application.Passkey autofill functionality is currently disabled. Please enable it in the admin console to allow users to log in with autofill.403
1327Passkeys are not set up for Two-Factor AuthenticationPlease set up passkeys for two-factor authentication in your account settings.403
1328Passkey as two factor authentication is not configured for this profilePasskey as two factor authentication is not configured, please configure or enable two factor authentication on your profile for login.403
1329The reset passkey URL is invalidThe reset passkey Url is invalid, please reach out to LoginRadius support for more information.403
1330Duo Authenticator is not set up for two-factor authenticationPlease set up Duo Authenticator for two-factor authentication in your account settings.403
1331Duo Authenticator configuration errorIt appears to be a configuration issue with Duo Authenticator for two-factor authentication. Please review your configuration to ensure it is valid.403
1332Duo Authenticator verification failedPlease try again as Duo Authenticator verification failed.403
1333Duo Authenticator state is not validPlease enter the correct state value for Duo Authenticator.403
1334Duo Authenticator as two-factor authentication method is not configured for this profilePlease configure or enable two-factor authentication in your account for login.403
1335Duo Authenticator redirect URI is not whitelistedPlease whitelist the Duo Authenticator redirect URI or reach out to support.403
1336Duo Authenticator redirect URI is invalidDuo Authenticator redirect URI is invalid, Please provide the valid Duo Authenticator redirect URI.403
1337Refresh token is missing from social ID providerThe ID Provider refresh token is required to generate the LoginRadius access token, please use the correct token in order to process this request.400
1338Exceeded active login session limitYou have exceeded the maximum number of allowed active login sessions. Please log out of any other active session before attempting to log in again. If you need further assistance, contact support.403
1339Restrict Login Sharing feature not enabledPlease enable Restrict Login Sharing feature to proceed further.403
1340Email address does not exist in the profileThe request cannot be processed as the email address does not exist in the user's profile.403
2023Request is invalidUnable to retrieve token configuration for the specified app.400
2024The Access Token is expired or invalidThe Access Token is expired or invalid, please request a new Access Token from the LoginRadius API.403