Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This article pertains to:
Status
colourBlue
titleLegacy API (V1)

...

How can I get a summary of my Organization?

To obtain a summary overview of your Organization, including child organizations, number of users provisioned, number of users with connected apps, total number of activities logged, and total number of live connections use the API call posted below:

Code Block
GET {ORGANIZATION_ID}.json?access_token={ORGANIZATION_ACCESS_TOKEN}

...

To obtain a list of users equal to a specified status use the following API call setting the status filter equal to a status from the table below. The “results” field indicates the number of users equal to the status of the applied filter.

Code Block
{ORGANIZATION_ID}/users.json?access_token={ORGANIZATION_ACCESS_TOKEN}&status=STATUS

...