Skip to main content
Object implements Actor

Fields

organization
permissions
id
required
The id of the user as defined in their profile.
address
The address of the user.
defaultOrganizationId
required
The id of the organization that the user is associated with.
email
required
The email address of the user.
jobTitle
The job title of the user.
lastLoggedInDateTime
Last time the user logged in.
name
required
The name of the user.
phoneNumber
The phone number of the user.
status
required
The status of the user.
embeddedBankAccounts
required
Embedded bank accounts that this user has been granted access to
externalBankAccounts
required
External bank accounts that this user has been granted access to
type
required
{
  "organization": Organization,
  "permissions": [
    Permission
  ],
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "address": AddressOutput,
  "defaultOrganizationId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "email": "xyz789",
  "jobTitle": "xyz789",
  "lastLoggedInDateTime": "2007-12-03T10:15:30Z",
  "name": "xyz789",
  "phoneNumber": "abc123",
  "status": "ACTIVE",
  "embeddedBankAccounts": [
    EmbeddedBankAccount
  ],
  "externalBankAccounts": [
    ExternalBankAccount
  ],
  "type": "APP"
}