"This user belongs to multiple organizations"

"This user belongs to multiple organizations"

Hi all, 

I've a "little" problem with books API... I got a token and my organization ID, but any requests (except /organizations) to the APi leads to that message :

  1. $ curl https://books.zoho.com/api/v3/users?authtoken=[HASH]&organization_id=[ORG]
  2. $ {"code":6024,"message":"This user belongs to multiple organizations, hence the parameter CompanyID/CompanyName is required for associating this user to a specific organization.","error_info":[{"is_default_org":true,"organization_id":"XXXX","name":"Company1"},{"is_default_org":false,"organization_id":"YYYY","name":"Company2"}]}

I tried to pass the company name (which has a space), but it doesn't work either.

What can I do ?

Thanks !