module Restforce::Concerns::API

def org_id

Returns the String organization Id

# => '00Dx0000000BV7z'
client.org_id

Examples

Public: Get the current organization's Id.
def org_id
  query('select id from Organization').first['Id']
end