password-policies
Operations addressed under /password-policies — 4 operations.
create-password-policy
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_163 | 400 | THERE_IS_ALREADY_A_PASSWORD_POLICY_THIS_USERTYPE | There is already ap password policy for this user type. |
create-password-policy › Request Body
maxLengthminDigitRequiredminLengthminLowercaseLetterminSpecialLetterminUppercaseLetterrestrictRepeatinguserTypePermitted values — validated against the user_type parameter.
| Value | Meaning |
|---|---|
1 | User |
2 | Customer |
Permitted values — validated against the user_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | User | en: User · tr: Kullanıcı · ar: User |
2 | Customer | en: Customer · tr: Müşteri · ar: Customer |
create-password-policy › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
validate-password
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_165 | 400 | PASSWORD_POLICY_IS_NOT_FOUND_THIS_USER_TYPE | not published in this snapshot |
ERR_CORE_166 | 400 | PASSWORD_IS_NOT_VALID | not published in this snapshot |
ERR_CORE_171 | 400 | PASWORD_REPEAT_NOT_VALID | not published in this snapshot |
ERR_CORE_172 | 400 | PASWORD_SEQUENCE_NOT_VALID | not published in this snapshot |
ERR_CORE_173 | 400 | PASWORD_IS_ALREADY_USED | not published in this snapshot |
ERR_CORE_176 | 400 | PASWORD_BIRTHDATE_CONTAINS | Password contains birthdate |
ERR_CORE_177 | 400 | PASWORD_CUSNUMBER_CONTAINS | Password contains customer number |
ERR_CORE_178 | 400 | PASWORD_CITIZENID_CONTAINS | not published in this snapshot |
ERR_CORE_179 | 400 | PASWORD_CUSTOMER_NOT_FOUND | Customer not found |
ERR_CORE_180 | 400 | PASSWORD_TOO_MANY_SAME_NUMBERS | Password contains same numbers |
ERR_CORE_181 | 400 | PASSWORD_CONTAINS_SEQUENTIAL_ARRAY | Password contains sequential array |
ERR_CORE_182 | 400 | PASSWORD_STARTS_WITH_NAME_T9 | Password contains mobile keyboard patern |
ERR_CORE_185 | 400 | PASWORD_USER_NOT_FOUND | User not found |
ERR_CORE_186 | 400 | PASWORD_USER_NOT_CONTAINS_ATTRIBUTES | Keykloak user not contains attributes |
ERR_CORE_187 | 400 | PASWORD_USER_ATTRIBUTES_NOT_CONTAINS_CUSTOMERID | Keykloak user attributes not contains customerId |
validate-password › Request Body
passworduserTypePermitted values — validated against the user_type parameter.
| Value | Meaning |
|---|---|
1 | User |
2 | Customer |
Permitted values — validated against the user_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | User | en: User · tr: Kullanıcı · ar: User |
2 | Customer | en: Customer · tr: Müşteri · ar: Customer |
userIdvalidate-password › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
update-password-policy
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_163 | 400 | THERE_IS_ALREADY_A_PASSWORD_POLICY_THIS_USERTYPE | There is already ap password policy for this user type. |
ERR_CORE_164 | 400 | PASSWORD_POLICY_ID_IS_NOT_FOUND | Password Policy cannot be found. |
path Parameters
idupdate-password-policy › Request Body
checkPasswordHistorymaxLengthminDigitRequiredminLengthminLowercaseLetterminSpecialLetterminUppercaseLetterrestrictBirthDaterestrictCitizenIdrestrictCustomerNumberrestrictMobileKeyboardNumberrestrictRepeatingrestrictSameNumberrestrictSequentialArrayrestrictSequentialNumberuserTypePermitted values — validated against the user_type parameter.
| Value | Meaning |
|---|---|
1 | User |
2 | Customer |
Permitted values — validated against the user_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | User | en: User · tr: Kullanıcı · ar: User |
2 | Customer | en: Customer · tr: Müşteri · ar: Customer |
maxRepeatingCountmaxSameNumberCountpasswordHistoryCountsequentialArrayCharacterCountsequentialNumberCharacterCountupdate-password-policy › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-password-policy
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_164 | 400 | PASSWORD_POLICY_ID_IS_NOT_FOUND | Password Policy cannot be found. |
path Parameters
iddelete-password-policy › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.