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
The SDK expects response code is 200 but the API return 201.
The SDK doesn't decode the response body from a JSON string if the response has status different from 200.
The text was updated successfully, but these errors were encountered:
Expected Behavior
$result
should be an object with the export users request resultsActual Behavior
$result
isnull
Steps to Reproduce
Environment
The reason of the issue
The SDK expects response code is
200
but the API return201
.The SDK doesn't decode the response body from a JSON string if the response has status different from
200
.The text was updated successfully, but these errors were encountered: