Finding a User's Organizations and Subscriptions with the TIBCO Cloud™ Integration API

An organization represents the company or entity using TIBCO Cloud Integration. It provides a logical boundary or container for child organizations where your apps and any associated configuration information reside. TIBCO Cloud Integration users can be members of one or more organizations. Each organization has an associated Subscription Locator used when calling most API methods.

Use the GET ​/v1​/userinfo method to return a list of all of the organizations the user can access. If you are a member of multiple organizations, the subscriptionLocator returned in these results is used in other API calls to identify the organization you wish to access.

Note: This method returns user information only for the user who owns the OAuth Token used to make the API call. Information is limited to the parent / child organizations within the same family. If you are a member of more than one parent organization, you must use the OAuth Token for the appropriate parent to access the associated child organizations. See Enabling API Access.

TIBCO Cloud Integration - Connect has a separate API that allows you to manage objects for that capability. Note that for the TIBCO Cloud Integration - Connect API, the orgId field determines which organization you are accessing. For information on finding TIBCO Cloud™ Integration - Connect Organization information and the associated GET /v1/orgs API call, see Find an Organization ID and Organizations in the TIBCO Cloud™ Integration - Connect Developer Portal.

Related Topics

TIBCO Cloud™ Integration API

Enabling API Access

Authentication