users
Operations addressed under /users — 22 operations.
Müşteri numarasına göre kullanıcının yetkisini kontrol eder.
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bff-dynamic-authenticate-user-by-customer-number service definition through POST /api/users/by-customer-number/{customerNumber}/authenticate.
Request and response fields are declared on the routing target aurax-bff-authenticate-user-by-customer-number; this entry declares none of its own.
Response body, read from the service source
The route declares its response as AuthenticateUserDto.
| Field | Declared type | Nullable |
|---|---|---|
IsLoggedIn | bool | no |
IsBlocked | bool | no |
Member names are the service's declaration names.
path Parameters
customerNumberMüşteri numarasına göre kullanıcının yetkisini kontrol eder. › Request Body
passwordMüşteri numarasına göre kullanıcının yetkisini kontrol eder. › 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.
aurax-bff-dynamic-get-user-account-control-by-customer-number
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target aurax-bff-get-user-account-control-by-customer-number; this entry declares none of its own.
Response body, read from the service source
The route declares its response as UserAccountControlDto.
| Field | Declared type | Nullable |
|---|---|---|
Result | bool | no |
Member names are the service's declaration names.
path Parameters
customerNumberaurax-bff-dynamic-get-user-account-control-by-customer-number › 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.
Müşteri kimlik numarasına göre kullanıcının yetkisini kontrol eder.
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bff-dynamic-authenticate-user-by-identity-number service definition through POST /api/users/by-identity-number/{identityNumber}/authenticate.
Request and response fields are declared on the routing target aurax-bff-authenticate-user-by-identity-number; this entry declares none of its own.
Response body, read from the service source
The route declares its response as AuthenticateUserDto.
| Field | Declared type | Nullable |
|---|---|---|
IsLoggedIn | bool | no |
IsBlocked | bool | no |
Member names are the service's declaration names.
path Parameters
identityNumberMüşteri kimlik numarasına göre kullanıcının yetkisini kontrol eder. › Request Body
passwordMüşteri kimlik numarasına göre kullanıcının yetkisini kontrol eder. › 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.
aurax-bff-dynamic-get-user-account-control-by-identity-number
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target aurax-bff-get-user-account-control-by-identity-number; this entry declares none of its own.
Response body, read from the service source
The route declares its response as UserAccountControlDto.
| Field | Declared type | Nullable |
|---|---|---|
Result | bool | no |
Member names are the service's declaration names.
path Parameters
identityNumberaurax-bff-dynamic-get-user-account-control-by-identity-number › 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.
Müşteri telefon numarasına göre kullanıcının yetkisini kontrol eder.
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bff-dynamic-authenticate-user-by-phone-number service definition through POST /api/users/by-phone-number/{phoneNumber}/authenticate.
Request and response fields are declared on the routing target aurax-bff-authenticate-user-by-phone-number; this entry declares none of its own.
Response body, read from the service source
The route declares its response as AuthenticateUserDto.
| Field | Declared type | Nullable |
|---|---|---|
IsLoggedIn | bool | no |
IsBlocked | bool | no |
Member names are the service's declaration names.
path Parameters
phoneNumberMüşteri telefon numarasına göre kullanıcının yetkisini kontrol eder. › Request Body
passwordMüşteri telefon numarasına göre kullanıcının yetkisini kontrol eder. › 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.
aurax-bff-redirect-get-user-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as PagedResultDto<GetUserListDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | string | no |
CreatedTimestamp | long | no |
UserName | string | no |
Enabled | bool | no |
Totp | bool | no |
EmailVerified | bool | no |
FirstName | string | no |
LastName | string | no |
Email | string | no |
Attributes | Attributes | no |
NotBefore | int | no |
Access | Access | no |
DisableableCredentialTypes | List<object> (collection) | no |
RequiredActions | List<string> (collection) | no |
Member names are the service's declaration names.
aurax-bff-redirect-get-user-list › 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.
aurax-bff-get-current-user-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CurrentUserDetailDto.
| Field | Declared type | Nullable |
|---|---|---|
UserId | Guid? | yes |
SessionId | Guid? | yes |
IsLdapUser | bool | no |
PhoneNumber | string | no |
LastDateToChangePassword | string | no |
Email | string | no |
Member names are the service's declaration names.
aurax-bff-get-current-user-detail › 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.
aurax-bff-dynamic-forget-password-send-otp
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target send-otp-forget-password; this entry declares none of its own.
Response body, read from the service source
The route declares its response as SendotpForgetPasswordResponse.
| Field | Declared type | Nullable |
|---|---|---|
Username | string | no |
EndDate | DateTime? | yes |
TransactionId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_BPMCUS_17 | 400 |
ERR_CORE_161 | 400 |
aurax-bff-dynamic-forget-password-send-otp › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-dynamic-forget-password-verify-otp-and-reset-password
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target forget-password-verify-otp-and-reset-password; this entry declares none of its own.
aurax-bff-dynamic-forget-password-verify-otp-and-reset-password › Request Body
oneTimePasswordtransactionIdusernameaurax-bff-dynamic-forget-password-verify-otp-and-reset-password › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-change-user-password-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target change-user-password-bpm; this entry declares none of its own.
aurax-bff-redirect-change-user-password-bpm › Request Body
newPasswordoldPasswordusernamevalidityDurationaurax-bff-redirect-change-user-password-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-user-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-user-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-update-user-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-user-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-delete-user-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-delete-user-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-partial-update-user-attributes-partial-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-partial-update-user-attributes-partial-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-group-assigned-to-user
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-group-assigned-to-user; this entry declares none of its own.
Declared as Route-bound but absent from the route template, so not sendable: realm.
path Parameters
userIdquery Parameters
briefRepresentationHeaders
Authorizationaurax-bff-redirect-get-group-assigned-to-user › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-redirect-get-realm-role-to-user
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-realm-role-to-user › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-assign-realm-role-to-user-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-assign-realm-role-to-user-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-remove-realm-role-from-user-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-remove-realm-role-from-user-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-available-realm-level-role-to-user
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
userIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-available-realm-level-role-to-user › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.