IOperationServiceGetUsers Method |
Returns users list.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIReadOnlyList<IUser> GetUsers(
bool fromAllDepartments = false
)
Parameters
- fromAllDepartments Boolean (Optional)
-
Whether to include users from all Syrve.hain departments. Default value is false.
Return Value
IReadOnlyListIUser
See Also