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
Pipedrive introduced a bug two weeks ago that made User endpoints containing "active_flag" only work correctly with "0" (false) and "1" (true) values. The endpoints don't validate the input and the documentation is wrong. So this makes IUsersClient behave unexpectedly in some situations.
Video demonstrating the issue: https://www.youtube.com/watch?v=cuJ4Hwu2ghA (I don't show that "0" and "1" work because I didn't know this workaround when I made the video.)
I will post here when they fix the issue.
The text was updated successfully, but these errors were encountered:
Hey!
Just a heads up.
Pipedrive introduced a bug two weeks ago that made User endpoints containing "active_flag" only work correctly with "0" (false) and "1" (true) values. The endpoints don't validate the input and the documentation is wrong. So this makes
IUsersClient
behave unexpectedly in some situations.Video demonstrating the issue: https://www.youtube.com/watch?v=cuJ4Hwu2ghA (I don't show that "0" and "1" work because I didn't know this workaround when I made the video.)
I will post here when they fix the issue.
The text was updated successfully, but these errors were encountered: