Skip to main content

Profile And Status

Profile and Status spans user profile and status APIs.

End-user benefits

  • View profile context: name, demographics, login identifiers, contact methods, postal addresses, entitled relationships, user products, and channel login data.
  • Understand access state: active, locked, on hold, registration/approval, failed logins/resets, sub-users.

Integration capabilities

  • Access core user profile data to support identity verification and entitlement validation.
  • Retrieve real-time user status to enable eligibility checks, compliance, and consistent experiences.

FI Customer ID Types

The fiCustomerIdType parameter supports multiple identifier types:

TypeDescription
GUIDInternal ID (default)
MEMNUMBERFinancial institution's core system ID
LOGINIDCustomer's digital banking login ID
HOSTIDHost system identifier

Scopes

Institution User, User Status, and Customer Profile

ScopeDescription
institution-users:readRead institution users

Banking Activities

ScopeDescription
banking-activities:readRead banking activities

Error codes

FI Customer

CodeMessageHTTP Status Code
USER_ERRORBad Request - Invalid fiCustomerIdType400
APP_ERRORUnauthorized Access401
APP_ERRORFICustomer does not exist404
SYSTEM_ERRORInternal server error500
SYSTEM_ERRORCircuit breaker open or throttle limit reached503

Institution User and User Status

CodeMessageHTTP Status Code
ISR_10001InstitutionUser not found400
ISR_10002Primary InstitutionUser not found400
ISR_10009Error processing OData expression400
ISR_10010The CIF number is required, but was not found500
ISR_10032Invalid request500
ISR_11007Invalid path param400
ISR_11008Invalid query param400
ISR_23004Error interacting with host500
ISR_88888Internal validation error500
ISR_99999Internal server error500

Customer Profile

CodeMessageHTTP Status Code
UXU_10001Invalid JWT token400
UXU_10002Required role not present in JWT token403
UXU_10003JWT token has expired400
UXU_10004JWT token does not contain institution id400
UXU_10005Required Authorization header is missing400
UXU_10006Required Correlation Id header is missing400
UXU_10007Correlation Id is not a GUID400
UXU_10008Invalid IP address in the header400
UXU_10009Invalid Authorization in the header400
UXU_10010JWT token does not contain institution customers id400
UXU_10011JWT token institution customers id not matching path param400
UXU_10012Invalid path param400
UXU_10013Invalid path400
UXU_10014Invalid query param400
UXU_30001Error interacting with the service503
UXU_30002Error interacting with the external service503
UXU_88888No entitled customers found404
UXU_88890Institution customer id not found400
UXU_99998Internal server error500
UXU_99999Cannot handle this request — check URL, body and parameters400

Endpoints