In any case the user associated with the credentials you use is not assigned to the same cinoany ID you replaced
More in detail?
Hi FloppyDeer99 ,
the users.get_all
should be sent to the apiserver, not to the webserver. In any case, the header will not affect this request as the server will be using your user's identity (encoded in the authorization header) to resolve the company
In any case the user associated with the credentials you use is not assigned to the same company ID you replaced
But you’re not using the webserver, you’re sending the cURL requests manually, aren’t you?
yes, I send them manully.
Thanks a lot! I’ ll replace credentials with new user in assigned to a new company ID to call users.get_all again.