public static ODataValueOfIEnumerableOfInt64 GetUserIdsForUnitByKey(this IOrganizationUnits operations, long key, string expand = default(string), string filter = default(string), string select = default(string), string orderby = default(string), bool?count = default(bool?)) { return(operations.GetUserIdsForUnitByKeyAsync(key, expand, filter, select, orderby, count).GetAwaiter().GetResult()); }
public static ODataResponseListInt64 GetUserIdsForUnitByKey(this IOrganizationUnits operations, long key) { return(operations.GetUserIdsForUnitByKeyAsync(key).GetAwaiter().GetResult()); }