Operation Id:
system/users/get [Official Documentaction]
Methods
- userType 'all'|'active'
Examples
This function retrieves a list of all users in the system, regardless of their user type.
const result = await idosellRequest.getSystemUsers
.userType("all")
.exec()