getUsers CallablegetUsers(catalogDir: string): (options?: {}) => Promise<User[]>Returns all users from EventCatalog.@exampleimport utils from '@eventcatalog/utils';const { getUsers } = utils('/path/to/eventcatalog');// Gets all users from the catalogconst channels = await getUsers();
Returns all users from EventCatalog.