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  Boolean  (Optional)
Whether to include users from all Syrve.hain departments. Default value is false.

Return Value

IReadOnlyListIUser
See Also