Retrieve Institution User (V1)
Loading...
API endpoint path: /v1/institution-users/{institutionUserId}
Returns profile and relationship data for a single financial institution user. The response includes identity fields (name, email, username), user status, role, user type, associated institution customers, and login activity indicators. For business banking users, entitled location information may also be included.
Use this endpoint to:
- Retrieve a user by institution user ID, host user ID (member number), login ID, legacy
user GUID, or authentication user ID (
authId). - Include the institution user's contact methods, postal addresses, or sub-users by
specifying them in the
$expandquery parameter using OData expressions. - Return bill pay credentials for the OFX (Open Financial Exchange) bill pay integration
service by setting
retrieveBillPayCredentials=true. This option is intended only for approved integrations and not for general profile lookups.
Behavior and capabilities:
userIdTypedefaults toINSTITUTION_USER_IDwhen not specified. Set it to match the identifier provided ininstitutionUserId.HOST_USER_IDis not applicable to business banking users.$expandaccepts OData expressions. Supported segments includecontactMethods,postalAddresses, andsubUsers.postalAddressis also accepted as an alias forpostalAddresses.- Setting
retrieveBillPayCredentials=truerequires theinstitution-users-billpay:readscope in addition to standard read access. Use this parameter only for the OFX (Open Financial Exchange) bill pay integration service; leave it asfalse(default) for typical profile lookups.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error