Skip to main content

Authorized User Resources

The following resources are used in the Authorized Users API:

AuthorizedUser

The AuthorizedUser type represents an individual that has full access to a Customer's financials and can authenticate on behalf of the customer.

fullName
Full name of the authorized user.
email
string
The authorized user's email address.
phone
The authorized user's phone number. This number will be used for One Time Password (OTP) authentication.
jwtSubjectOptional
string
Optional. See this section for more information.
canConnectWithAuthVendorOptional
boolean
Optional. Default is true. When set to false, the authorized user cannot authenticate through exchange networks such as Plaid. See Plaid Exchange for more information.
Example AuthorizedUser:
{
"fullName": {
"first": "Richard",
"last": "Hendricks"
},
"email": "richard@piedpiper.com",
"phone": {
"countryCode": "1",
"number": "5555555555"
},
"canConnectWithAuthVendor": true
}
ResourceDescription
BusinessCustomerBusiness customer that may have authorized users
IndividualCustomerIndividual customer that may have authorized users
TrustCustomerTrust customer that may have authorized users