| UserControllerGetMemberGroupIdsByUser Method |
Returns user ids and group ids which they are members of
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, IntegerList> GetMemberGroupIdsByUser(
IEnumerable<int> userIds,
AuthLevel authLevel = AuthLevel.High
)
Parameters
- userIds
- Type: System.Collections.GenericIEnumerableInt32
- authLevel (Optional)
- Type: Omada.OE.ModelAuthLevel
Return Value
Type:
DictionaryInt32,
IntegerList
See Also