action ijenko_account_users { label: "List Users of the Account" description: "Get the list of *Users* of this *Account*." provider: ijenko method: GET path: "/account/users" encoding: json output: { type: "object" additionalProperties: true } }