List usersAsk AIget https://api.happeo.com/usersReturns a list of users. Can only be called by an admin of the organisation.Query ParamsqstringQuery string to search through user names or emails.userSourcestringenumFilter by the source (origin) of the user account details. Practically tells from where the user account information is synchronized from. Ignored if not given. Possible values: happeo The user was created in Happeo. gsuite The user has been provided from G Suite. gsuitehappeogsuiteAllowed:happeogsuiteuserTypestringenumDefaults to regularFilter by the user type. Returns regular users if not given. Possible values: regular system_account regularsystem_accountAllowed:regularsystem_accountisAdminbooleanFilter by the admin status of the user. Ignored if not given.truefalselicensedbooleanFilter by the Happeo license status of the user. Ignored if not given.truefalsesuspendedbooleanDefaults to falseFilter by the suspended status of the user. The default value is false.truefalsepageNumberint32Defaults to 1The page number, starting at 1.pageSizeint32Defaults to 10The number of items in one page of results.Response 200A list of Users.Updated 11 months ago