IOperationService.GetUsers Method |
Returns users list.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIReadOnlyList<IUser> GetUsers(
bool fromAllDepartments = false
)
Parameters
- fromAllDepartments (Optional)
- Type: System.Boolean
Whether to include users from all iikoChain departments. Default value is false.
Return Value
Type:
IReadOnlyList<IUser>
See Also