Click or drag to resize

IOperationServiceGetUsers Method

Returns users list.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
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: IReadOnlyListIUser
See Also