Skip to main content

Retrieves a list of all users

Retrieves a list of all users belonging to the account

Responses

A list of users.


Schema
  • Array [
  • createdUtc date-time nullable
    customerId string nullable
    email string nullable
    firstName string nullable
    id string nullable
    isApiUser boolean nullable
    isDeleted boolean nullable
    lastName string nullable
    role string nullable
    settings object nullable
    subAccountUserInfo object nullable
    isRegistered boolean nullable
    subAccountInvitationId string nullable
  • ]
Loading...