Page cover

โ„น๏ธOrganization

When you create a new instance of an Atlassian cloud product, you can manage it from your organization. These products that can be part of your organization include Jira products (Jira Software, Jira Service Management, and Jira Work Management), Confluence, Statuspage, Trello, and Opsgenie.

This page will address you about the Organization REST-API that brings you the capability to the following actions:

  • A list of organizations.

  • Information about an organization.

  • Users or domains associated with an organization.

  • An audit log of events from an organization.

When you manage products from this central location, you have access to all administration settings and billing details. With an Atlassian.

Get organizations

GET /admin/v1/orgs

Returns a list of your organizations (based on your API key).

Get an organization by ID

GET /admin/v1/orgs/{orgId}

Returns information about a single organization by ID.

Get users in an organization

GET /admin/v1/orgs/{orgId}/users

Returns a list of users in an organization.

Get domains in an organization

GET /admin/v1/orgs/{orgId}/domains

Returns a list of domains in an organization one page at a time.

Get domain by ID

GET /admin/v1/orgs/{orgId}/domains/{domainId}

Returns information about a single verified domain by ID.

Get an audit log of events

GET /admin/v1/orgs/{orgId}/events

Returns an audit log of events from an organization one page at a time.

Get an event by ID

GET /admin/v1/orgs/{orgId}/events/{eventId}

Returns information about a single event by ID.

Get list of event actions

GET /admin/v1/orgs/{orgId}/event-actions

Returns information localized event actions

Last updated

Was this helpful?