IOperationServiceGetUsers Method |
Returns users list.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax IReadOnlyList<IUser> GetUsers(
bool fromAllDepartments = false
)
Parameters
- fromAllDepartments (Optional)
- Type: SystemBoolean
Whether to include users from all iikoChain departments. Default value is false.
Return Value
Type:
IReadOnlyListIUserSee Also