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
Remove support for soon-to-be-deprecated user API calls
Due to privacy restrictions, the API will soon restrict the ability to retrieve user info using anything but an account ID. Finding users via other fields must go through /user/search. As such, getUser (which was already redundant with getUserByEmail) has been removed, and dependent procs updated to use getUserByEmail (which uses the /search endpoint).
0 commit comments