• Danny O
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

How can I get the organization ID of a user through the REST API that's based on his user ID?

 

The following SOQL query produces "sObject type 'Organization' is not supported."

 

"select id from Organization where user_id = '{user_id}'"

 

Thanks,

Danny