Skip to content

Commit

Permalink
Bug 7155: Dormancy - Delegation expired notification is sent to dorma…
Browse files Browse the repository at this point in the history
…ncy admin changes done. (#2252)
  • Loading branch information
madhumathivenkatesan-bc authored Dec 14, 2023
1 parent 793e501 commit bb41b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/CcsSso.Core.Service/Wrapper/WrapperUserService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public async Task<List<DelegationUserDto>> GetUsersWithinExpiredNoticeAsync(stri
}
public async Task<List<string>> GetOrgAdminAsync(string ciiOrganisationId)
{
return await _wrapperApiService.GetAsync<List<string>>(WrapperApi.User, $"data/admin-email-ids?organisation-id={ciiOrganisationId}", $"{CacheKeyConstant.User}", "ERROR_RETRIEVING_ORGANISATION_ADMIN_USERS");
return await _wrapperApiService.GetAsync<List<string>>(WrapperApi.User, $"data/admin-email-ids?organisation-id={ciiOrganisationId}&exclude-inactive=true", $"{CacheKeyConstant.User}", "ERROR_RETRIEVING_ORGANISATION_ADMIN_USERS");
}

public async Task<UserAccessRolePendingRequestDetails> GetUserAccessRolePendingDetails(UserAccessRolePendingFilterCriteria criteria)
Expand Down

0 comments on commit bb41b45

Please sign in to comment.