function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DorDor 

Get All Users and Get All contacts

Hi,

I am new in here. Can you assist me,

I looking for an example / sample code which might help me.

I need to get all the users and all the contacts.

it seems that the API is very simple, still i will appreciate any help.

Thanks in advance,

Dor
werewolfwerewolf
That is a very simple query.

Select [your fields here] from Contact
Select [your field here] from User

If you need the context in which to run these queries (I presume you're speaking Java here since you've posted on the Java board), have a look at the Java Quick Start page.
DorDor
Werewolf,

Your assumption for my developing language is right.

Thanks for the help.

Dor