AccountUserType
User objects are the core of the authentication system. They typically represent a customer who manages a portfolio of one or more accounts.
Fields
List of accounts that the user is linked to either via portfolio role or account role.
Arguments
Optionally filter the user's accounts to only return those linked to portfolios on the specified brands.
Optionally exclude accounts that have never had an agreement.
Optionally exclude accounts with any of the given account types.
Optionally restrict user accounts to only return those with the specified account numbers.
Optionally restrict user accounts to only return those linked to portfolios on public facing brands.
List of roles a user has for each account they're linked to.
Arguments
Optionally filter the user's account roles to only return those linked to specific accounts.
This user's address.
List of alternative phone numbers for the account user.
List of businesses that the user has access to through their granted roles.
Consents linked to this user.
AccountUser's date of birth.
List of details linked to this user.
We recommend you use fullName instead of this field.
Please use fullName instead of this field.
- Marked as deprecated on 2019-12-11.
- Scheduled for removal on or after 2024-01-01.
The value set in the configured external ID details namespace.
We recommend you use preferredName or fullName instead of this field.
Use 'givenName' instead.
- Marked as deprecated on 2020-09-23.
- Scheduled for removal on or after 2023-06-05.
The user's full name.
Whether there are family issues.
List of hold music options.
Whether this user is active.
Designates whether this user is deceased.
True if user is linked to an account with an active hardship agreement.
A free text field to help identifying the customer (e.g. for a job title).
The user's landline phone number.
Use 'landline' instead.
- Marked as deprecated on 2021-03-22.
- Scheduled for removal on or after 2024-01-01.
We recommend you use preferredName or fullName instead of this field.
Use 'familyName' instead.
- Marked as deprecated on 2020-09-23.
- Scheduled for removal on or after 2023-06-05.
The user's secret key to access the Developer API.
A code that uniquely identifies the account user.
List payment instructions linked to this user.
Holds information about the permissions of the current viewer.
We recommend you use portfolioIds instead of this field.
Please use 'portfolioIds' instead.
- Marked as deprecated on 2022-08-04.
- Scheduled for removal on or after 2024-01-01.
List of portfolio ids that the user is linked to via their portfolio roles.
Arguments
Optionally filter the user's portfolios to only return those linked to specified brands.
Optionally restrict the user portfolios to only return those linked to public facing brands.
List of portfolios that the user is linked to via their portfolio roles.
Arguments
Optionally filter the user's portfolios to only return those linked to specified brands.
Optionally restrict the user portfolios to only return those linked to public facing brands.
List of roles a user has for each portfolio they're linked to.
The user's preferred name.
The user's pronouns e.g. 'she/her', 'he/him', 'they/them'.
Example
{
"accounts": AccountInterface,
"accountUserRoles": [AccountUserRoleType],
"address": RichAddressType,
"alternativePhoneNumbers": "specific-tough-agency-notice-actually",
"businesses": BusinessConnectionTypeConnection,
"consents": [ConsentType],
"createdAt": "1986-10-09T18:57:22.467394+00:00",
"dateOfBirth": "2008-02-18",
"details": [AccountUserDetailType],
"email": "right-power-away-health-south",
"externalId": "68675854",
"familyName": "Shaw",
"fullName": "ground-more-a-kind-last",
"givenName": "Kevin",
"hasFamilyIssues": true,
"holdMusicChoices": [TrackOptionType],
"id": "63606929",
"isActive": true,
"isDeceased": true,
"isInHardship": true,
"isOptedInToWof": true,
"label": "fund-room-number-both-truth",
"landline": "him-news-yes-player-reveal",
"liveSecretKey": "school-rock-current-type-over",
"mobile": "might-visit-Republican-would-reflect",
"number": "last-protect-culture-moment-question",
"paymentMethods": PaymentInstructionConnectionTypeConnection,
"permissions": [AccountUserPermission],
"portfolioIds": "87758530",
"portfolios": PortfolioConnectionTypeConnection,
"portfolioUserRoles": [PortfolioUserRoleType],
"preferences": AccountUserCommsPreferences,
"preferredName": "international-if-technology-once-safe",
"pronouns": "today-see-manage-second-policy",
"specialCircumstances": SpecialCircumstancesType,
"title": "possible-picture-imagine-picture-plant"
}