You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OFM.Infrastructure.WebAPI/Handlers/ProviderProfileHandlers.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ public static async Task<Results<BadRequest<string>, NotFound<string>, Unauthori
114
114
</entity>
115
115
</fetch>
116
116
""";
117
-
117
+
118
118
varrequestUri=$"""
119
119
contacts?$select=ofm_first_name,ofm_last_name,ccof_userid,ccof_username,contactid,emailaddress1,_ofm_portal_role_id_value,telephone1&$expand=ofm_facility_business_bceid($select=_ofm_bceid_value,_ofm_facility_value,ofm_name,ofm_is_expense_authority,ofm_portal_access,ofm_bceid_facilityid,statecode,statuscode;$expand=ofm_facility($select=accountid,accountnumber,ccof_accounttype,ofm_program,statecode,statuscode,name,ofm_ccof_requirement,ofm_program_start_date,ofm_unionized;$filter=(ofm_program eq 1 or ofm_program eq 3 or ofm_program eq 4) and (statuscode eq 1));$filter=(statuscode eq 1)),parentcustomerid_account($select=accountid,accountnumber,ccof_accounttype,name,statecode,statuscode,ofm_program;$filter=(statuscode eq 1)),ofm_portal_role_id($select=ofm_portal_role_number)&$filter=(ccof_userid eq '{userId}' or ccof_username eq '{userName}') and (statuscode eq 1) and (ofm_portal_role_id/ofm_portal_roleid ne null)
120
120
""";
@@ -156,13 +156,13 @@ public static async Task<Results<BadRequest<string>, NotFound<string>, Unauthori
156
156
{
157
157
if(currentValue?.AsArray().Count==0)
158
158
{
159
-
logger.LogDebug(CustomLogEvent.ProviderProfile,"User not found.");
159
+
logger.LogWarning(CustomLogEvent.ProviderProfile,"User not found.");
0 commit comments