SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

Don't cause "Operation not available for individual filers" #230

Closed BryceStevenWilley closed 10 months ago

BryceStevenWilley commented 10 months ago

Calling proxy_conn.get_user(tyler_id) results in a "Operation not available for individual filers" error on the Tyler side for individual filers. We'll eventually cull down false-positive errors like this on the proxy side, but we shouldn't make this call in the first place.

Fixed by not passing the user id to get_user, which will call the get self endpoint instead.