Customer Application L Dependents
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Available to: All authenticated users
Environments: Demo, Live
Rate Limit: No endpoint-specific limit
Returns every CustomerApplication associated with the users identified by the masterids query parameter (a comma-separated list of user IDs). This is the batch form of customerApplicationDependents — use it to sweep application status across many users in one request, such as checking the onboarding progress of your organization’s members. Match each returned application to its user via the userId field.
Each returned application carries its userId, accountType, legalStatus, startDate, and applicationStatus (PendingApplication, ApprovedApplication, RejectedApplication, PendingReview, InReview, InComplianceReview, ReviewCompleted, EscalatedToAML, or InAMLReview), plus accountId, rejection details, clearingHouseId, autoApprovalType, duplicate, and archived when applicable. See customerApplicationItem for field details.
Results are scoped to the entities the caller is permitted to see.
Common Failure Scenarios
masterids parameter is missing or contains values that are not valid user IDs.HTTP 401).