Open Connector
All tools

Atlassian Cloud Admin logoAtlassian Cloud Admin

No catalog description yet.

atlassian-adminvcatalog-v152 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "ATLASSIAN_ADMIN_ADD_RESOURCE_TO_POLICY",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("ATLASSIAN_ADMIN_ADD_RESOURCE_TO_POLICY", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute ATLASSIAN_ADMIN_ADD_RESOURCE_TO_POLICY --data '{ }'

Tool catalog

Available tools

52 callable operations

Add Resource to PolicyATLASSIAN_ADMIN_ADD_RESOURCE_TO_POLICYAdds a resource to an existing Policy

Adds a resource to an existing Policy

Authentication

Connected account required

Tags

Policies
Grant user accessATLASSIAN_ADMIN_ASSIGN_ROLEThis API can be used to grant Platform Roles to a user.

This API can be used to grant Platform Roles to a user.

Authentication

Connected account required

Tags

Users
Create an app access settings domainATLASSIAN_ADMIN_CREATE_APP_ACCESS_SETTINGS_DOMAINRegisters a new approved-domain configuration for your organization, including the initial per-product configuration. Returns `201 Created` with the new configuration and a `Location` header pointing at the newly created resource. Use `ANYONE` as the domain to control access for users with any email address.

Registers a new approved-domain configuration for your organization, including the initial per-product configuration. Returns `201 Created` with the new configuration and a `Location` header pointing at the newly created resource. Use `ANYONE` as the domain to control access for users with any email address.

Authentication

Connected account required

Tags

App Access Settings
Create a policyATLASSIAN_ADMIN_CREATE_POLICYCreate a policy for an org

Create a policy for an org

Authentication

Connected account required

Tags

Policies
Delete a policyATLASSIAN_ADMIN_DELETE_POLICYDelete a policy for an org

Delete a policy for an org

Authentication

Connected account required

Tags

Policies
Delete Policy ResourceATLASSIAN_ADMIN_DELETE_POLICY_RESOURCEDelete an existing Policy Resource

Delete an existing Policy Resource

Authentication

Connected account required

Tags

Policies
Delete groupATLASSIAN_ADMIN_DELETE_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_GROUPS_GROUP_IDDelete a group from a directory if you don’t need this group anymore. This removes any app access and permissions granted by this group from all members. A member can still access an app if they’re in another group that grants access to the same app.

Delete a group from a directory if you don’t need this group anymore. This removes any app access and permissions granted by this group from all members. A member can still access an app if they’re in another group that grants access to the same app.

Authentication

Connected account required

Tags

Groups
Remove user from groupATLASSIAN_ADMIN_DELETE_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_GROUPS_GROUP_ID_MEMBERSHIPS_ACCOUNT_IDRemove a user from a group. This removes any app access and permissions granted by this group, but the user may still be in other groups that grant the same app access and permissions.

Remove a user from a group. This removes any app access and permissions granted by this group, but the user may still be in other groups that grant the same app access and permissions.

Authentication

Connected account required

Tags

Groups
Remove user from directoryATLASSIAN_ADMIN_DELETE_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_USERS_ACCOUNT_IDRemove a user from a directory if you don’t want them to appear in your directory or have access to your apps anymore. You’re not billed for a user once they’re removed. You must invite the user to your organization again if you want to reinstate their access to your apps. You’ll need to assign their roles and group memberships again.

Remove a user from a directory if you don’t want them to appear in your directory or have access to your apps anymore. You’re not billed for a user once they’re removed. You must invite the user to your organization again if you want to reinstate their access to your apps. You’ll need to assign their roles and group memberships again.

Authentication

Connected account required

Tags

Users
Get app access settings for a domainATLASSIAN_ADMIN_GET_APP_ACCESS_SETTINGS_DOMAINReturns the app access settings configuration for a specific domain in your organization. Use `ANYONE` as the domain value to retrieve settings for users with any email address (no domain restriction).

Returns the app access settings configuration for a specific domain in your organization. Use `ANYONE` as the domain value to retrieve settings for users with any email address (no domain restriction).

Authentication

Connected account required

Tags

App Access Settings
Get directories in an organizationATLASSIAN_ADMIN_GET_DIRECTORIES_FOR_ORGReturns a page of directories in an organization that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

Returns a page of directories in an organization that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

Authentication

Connected account required

Tags

Directory
Get details of a user in a directoryATLASSIAN_ADMIN_GET_DIRECTORY_USER_DETAILSReturns detailed information about a specific user in a directory within an organization.

Returns detailed information about a specific user in a directory within an organization.

Authentication

Connected account required

Tags

Users
Get users in an organizationATLASSIAN_ADMIN_GET_DIRECTORY_USERS**This API is deprecated and will no longer work after June 30, 2027.** Use the [Search for users in an organization endpoint](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-users/#api-v2-orgs-orgid-directories-directoryid-users-search-post) instead. Return a page of users in your organization that match the supplied parameters. By default, returns users in all your directories. To get users in a directory only, use the `directoryIds` field. To get your managed accounts, regardless if they’re in a directory or not, use the `claimStatus` field. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

**This API is deprecated and will no longer work after June 30, 2027.** Use the [Search for users in an organization endpoint](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-users/#api-v2-orgs-orgid-directories-directoryid-users-search-post) instead. Return a page of users in your organization that match the supplied parameters. By default, returns users in all your directories. To get users in a directory only, use the `directoryIds` field. To get your managed accounts, regardless if they’re in a directory or not, use the `claimStatus` field. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

Authentication

Connected account required

Tags

Users
Get count of users in an organizationATLASSIAN_ADMIN_GET_DIRECTORY_USERS_COUNTReturns a count of users in an organization that match the supplied parameters. By default, users in all your directories and all your managed accounts are counted (including managed accounts that aren’t in a directory). To count users in a directory only, use the `directoryIds` field. To count your managed accounts, regardless if they’re in a directory or not, use the `claimStatus` field.

Returns a count of users in an organization that match the supplied parameters. By default, users in all your directories and all your managed accounts are counted (including managed accounts that aren’t in a directory). To count users in a directory only, use the `directoryIds` field. To count your managed accounts, regardless if they’re in a directory or not, use the `claimStatus` field.

Authentication

Connected account required

Tags

Users
Get domain by IDATLASSIAN_ADMIN_GET_DOMAIN_BY_IDReturns information about a single verified domain by ID. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:domains:admin`

Returns information about a single verified domain by ID. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:domains:admin`

Authentication

Connected account required

Tags

Domains
Get domains in an organizationATLASSIAN_ADMIN_GET_DOMAINSReturns a list of domains in an organization one page at a time. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:domains:admin`

Returns a list of domains in an organization one page at a time. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:domains:admin`

Authentication

Connected account required

Tags

Domains
Get list of event actionsATLASSIAN_ADMIN_GET_EVENT_ACTIONSReturns information localized event actions #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Returns information localized event actions #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Authentication

Connected account required

Tags

Events
Get an event by IDATLASSIAN_ADMIN_GET_EVENT_BY_IDReturns information about a single event by ID. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Returns information about a single event by ID. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Authentication

Connected account required

Tags

Events
Query audit log eventsATLASSIAN_ADMIN_GET_EVENTSReturns a filtered list of audit log events for an organization. Use this endpoint for more granular and detailed querying. If you simply need to paginate through all events, consider using the [/events-stream](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-events/#api-v1-orgs-orgid-events-stream-get) endpoint. These rate limits for this endpoint be lowered effective end of May 2025 as follows: - *Rate limit per user*: *10* requests per minute - *Rate limit per API path*: *10* requests per minute Please migrate to the polling API to guarantee uninterrupted service for use cases involving a high request rate. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Returns a filtered list of audit log events for an organization. Use this endpoint for more granular and detailed querying. If you simply need to paginate through all events, consider using the [/events-stream](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-events/#api-v1-orgs-orgid-events-stream-get) endpoint. These rate limits for this endpoint be lowered effective end of May 2025 as follows: - *Rate limit per user*: *10* requests per minute - *Rate limit per API path*: *10* requests per minute Please migrate to the polling API to guarantee uninterrupted service for use cases involving a high request rate. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Authentication

Connected account required

Tags

Events
Get group detailsATLASSIAN_ADMIN_GET_GROUPReturns the details of a group.

Returns the details of a group.

Authentication

Connected account required

Tags

Groups
Get group role assignmentsATLASSIAN_ADMIN_GET_GROUP_ROLE_ASSIGNMENTSReturns a page of role assignments for a group that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:groups:admin`

Returns a page of role assignments for a group that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:groups:admin`

Authentication

Connected account required

Tags

Groups
Get groups in an organizationATLASSIAN_ADMIN_GET_GROUPS**This API is deprecated and will no longer work after June 30, 2027.** Use the [Search for groups in an organization endpoint](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-groups/#api-v2-orgs-orgid-directories-directoryid-groups-search-post) instead. Returns a page of groups in an organization that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:groups:admin`

**This API is deprecated and will no longer work after June 30, 2027.** Use the [Search for groups in an organization endpoint](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-groups/#api-v2-orgs-orgid-directories-directoryid-groups-search-post) instead. Returns a page of groups in an organization that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:groups:admin`

Authentication

Connected account required

Tags

Groups
Get the count of groups in an organizationATLASSIAN_ADMIN_GET_GROUPS_COUNTReturns the count of groups in an organization that match the supplied parameters.

Returns the count of groups in an organization that match the supplied parameters.

Authentication

Connected account required

Tags

Groups
Get group statsATLASSIAN_ADMIN_GET_GROUPS_STATSReturns group stats for the organization.

Returns group stats for the organization.

Authentication

Connected account required

Tags

Groups
Get an organization by IDATLASSIAN_ADMIN_GET_ORG_BY_IDReturns information about a single organization by ID #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:orgs:admin`

Returns information about a single organization by ID #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:orgs:admin`

Authentication

Connected account required

Tags

Orgs
Get organizationsATLASSIAN_ADMIN_GET_ORGSReturns a list of your organizations (based on your API key).

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

Authentication

Connected account required

Tags

Orgs
Get list of policiesATLASSIAN_ADMIN_GET_POLICIESReturns information about org policies

Returns information about org policies

Authentication

Connected account required

Tags

Policies
Get a policy by IDATLASSIAN_ADMIN_GET_POLICY_BY_IDReturns information about a single policy by ID

Returns information about a single policy by ID

Authentication

Connected account required

Tags

Policies
Get user role assignmentsATLASSIAN_ADMIN_GET_USER_ROLE_ASSIGNMENTSReturns a page of role assignments for a user that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

Returns a page of role assignments for a user that match the supplied parameters. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

Authentication

Connected account required

Tags

Users
Get user stats in an organizationATLASSIAN_ADMIN_GET_USER_STATSReturn user stats for the organization. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

Return user stats for the organization. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:directories:admin`

Authentication

Connected account required

Tags

Users
Get managed accounts in an organizationATLASSIAN_ADMIN_GET_USERSReturns a list of managed accounts in an organization. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:accounts:admin`

Returns a list of managed accounts in an organization. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:accounts:admin`

Authentication

Connected account required

Tags

Users
User’s last active datesATLASSIAN_ADMIN_GET_V1_ORGS_ORG_ID_DIRECTORY_USERS_ACCOUNT_ID_LAST_ACTIVE_DATES**Additional response parameters of the API (for e.g., `added_to_org`) are available only to customers using the new user management experience.** Learn more about the [new user management experience](https://community.atlassian.com/t5/Atlassian-Access-articles/User-management-for-cloud-admins-just-got-easier/ba-p/1576592). Specifications: - Return a user’s last active date for each product listed in Atlassian Administration. - Active is defined as viewing a product's page for a minimum of 2 seconds. - The data for the last activity may be delayed by up to 24 hours. - If the user has not accessed a product, the `product_access` response field will be empty. Learn the fastest way to call the API with a detailed [tutorial](https://developer.atlassian.com/cloud/admin/organization/user-last-active-dates/).

**Additional response parameters of the API (for e.g., `added_to_org`) are available only to customers using the new user management experience.** Learn more about the [new user management experience](https://community.atlassian.com/t5/Atlassian-Access-articles/User-management-for-cloud-admins-just-got-easier/ba-p/1576592). Specifications: - Return a user’s last active date for each product listed in Atlassian Administration. - Active is defined as viewing a product's page for a minimum of 2 seconds. - The data for the last activity may be delayed by up to 24 hours. - If the user has not accessed a product, the `product_access` response field will be empty. Learn the fastest way to call the API with a detailed [tutorial](https://developer.atlassian.com/cloud/admin/organization/user-last-active-dates/).

Authentication

Connected account required

Tags

Users
List app access settings domainsATLASSIAN_ADMIN_LIST_APP_ACCESS_SETTINGS_DOMAINSReturns a paginated list of domain configurations for your organization's app access settings. Each domain can be configured to control who can access apps in your organization. Results are returned in alphabetical order by domain name. Use the `cursor` parameter to paginate through results. The special domain `ANYONE` represents users with any email address (no domain restriction).

Returns a paginated list of domain configurations for your organization's app access settings. Each domain can be configured to control who can access apps in your organization. Results are returned in alphabetical order by domain name. Use the `cursor` parameter to paginate through results. The special domain `ANYONE` represents users with any email address (no domain restriction).

Authentication

Connected account required

Tags

App Access Settings
Poll audit log eventsATLASSIAN_ADMIN_POLL_EVENTSReturns a paginated list of audit logs events for an organization. Use this endpoint if you want to retrieve events in a simple, paginated manner with time-based filtering. If you need more advanced filtering, refer to the [/events](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-events/#api-v1-orgs-orgid-events-get) endpoint. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Returns a paginated list of audit logs events for an organization. Use this endpoint if you want to retrieve events in a simple, paginated manner with time-based filtering. If you need more advanced filtering, refer to the [/events](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-events/#api-v1-orgs-orgid-events-get) endpoint. #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:events:admin`

Authentication

Connected account required

Tags

Events
Assign organization-level roleATLASSIAN_ADMIN_POST_V1_ORGS_ORG_ID_USERS_USER_ID_ROLE_ASSIGNMENTS_ASSIGNAssign an organization-level role to a user. These are roles that have organization-wide privileges, like organization admin. This operation follows eventual consistency. Changes may take up to 30 seconds to be reflected after the operation is performed.

Assign an organization-level role to a user. These are roles that have organization-wide privileges, like organization admin. This operation follows eventual consistency. Changes may take up to 30 seconds to be reflected after the operation is performed.

Authentication

Connected account required

Tags

Users
Remove organization-level roleATLASSIAN_ADMIN_POST_V1_ORGS_ORG_ID_USERS_USER_ID_ROLE_ASSIGNMENTS_REVOKERemove an organization-level role from a user. These are roles that have organization-wide privileges, like organization admin. This operation follows eventual consistency. Changes may take up to 30 seconds to be reflected after the operation is performed.

Remove an organization-level role from a user. These are roles that have organization-wide privileges, like organization admin. This operation follows eventual consistency. Changes may take up to 30 seconds to be reflected after the operation is performed.

Authentication

Connected account required

Tags

Users
Create groupATLASSIAN_ADMIN_POST_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_GROUPSCreate a group in a directory to manage app access and permissions for multiple users together.

Create a group in a directory to manage app access and permissions for multiple users together.

Authentication

Connected account required

Tags

Groups
Add user to groupATLASSIAN_ADMIN_POST_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_GROUPS_GROUP_ID_MEMBERSHIPSAdd a user to a group. This gives the user the same app access and permissions as the group. The user must be in the same directory as the group. **Note:** Adding a user to the org-admin group through this API will return an error after the Units rollout. The org-admin group will no longer grant organization admin access after the rollout. To grant organization admin, use the [Assign organization-level role endpoint](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-users/#api-v1-orgs-orgid-users-userid-role-assignments-assign-post) instead. This applies to all organizations, not just unit organizations. You can’t add a user to a group synced from an identity provider. Manage this group in your identity provider instead. You can’t add a user to a group if you’ve exceeded your user limit for an app that the group grants access to. Increase your user limit or suspend another user from the app first.

Add a user to a group. This gives the user the same app access and permissions as the group. The user must be in the same directory as the group. **Note:** Adding a user to the org-admin group through this API will return an error after the Units rollout. The org-admin group will no longer grant organization admin access after the rollout. To grant organization admin, use the [Assign organization-level role endpoint](https://developer.atlassian.com/cloud/admin/organization/rest/api-group-users/#api-v1-orgs-orgid-users-userid-role-assignments-assign-post) instead. This applies to all organizations, not just unit organizations. You can’t add a user to a group synced from an identity provider. Manage this group in your identity provider instead. You can’t add a user to a group if you’ve exceeded your user limit for an app that the group grants access to. Increase your user limit or suspend another user from the app first.

Authentication

Connected account required

Tags

Groups
Grant access to groupATLASSIAN_ADMIN_POST_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_GROUPS_GROUP_ID_ROLE_ASSIGNMENTS_ASSIGNAssign a role to a group to assign all members the same role.

Assign a role to a group to assign all members the same role.

Authentication

Connected account required

Tags

Groups
Remove access from groupATLASSIAN_ADMIN_POST_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_GROUPS_GROUP_ID_ROLE_ASSIGNMENTS_REVOKERevoke a role from a group to remove access to an app from all members. A member can still access the app if they’re in another group that grants access to the same app.

Revoke a role from a group to remove access to an app from all members. A member can still access the app if they’re in another group that grants access to the same app.

Authentication

Connected account required

Tags

Groups
Restore user access in directoryATLASSIAN_ADMIN_POST_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_USERS_ACCOUNT_ID_RESTORERestore a user’s access in a directory to let them access apps again. They regain their roles and group memberships from before their access was suspended. We resume billing you for this user.

Restore a user’s access in a directory to let them access apps again. They regain their roles and group memberships from before their access was suspended. We resume billing you for this user.

Authentication

Connected account required

Tags

Users
Suspend user access in directoryATLASSIAN_ADMIN_POST_V2_ORGS_ORG_ID_DIRECTORIES_DIRECTORY_ID_USERS_ACCOUNT_ID_SUSPENDSuspend a user’s access in a directory to remove their access to apps temporarily. You’re not billed for a user when their access is suspended. They regain their roles and group memberships when you restore their access.

Suspend a user’s access in a directory to remove their access to apps temporarily. You’re not billed for a user when their access is suspended. They regain their roles and group memberships when you restore their access.

Authentication

Connected account required

Tags

Users
Invite users to an organizationATLASSIAN_ADMIN_POST_V2_ORGS_ORG_ID_USERS_INVITEInvite people to your organization. When you invite someone: - they’re given app roles according to your invitation. - they’re added to directories based on apps in your invitation. - they’re added to groups according to your invitation. - they receive an email invitation if the `sendNotification` field is set to `true` and the `notificationText` field contains a message to include in the email invitation. **This API is only available to customers who have at least one paid subscription in their organization.**

Invite people to your organization. When you invite someone: - they’re given app roles according to your invitation. - they’re added to directories based on apps in your invitation. - they’re added to groups according to your invitation. - they receive an email invitation if the `sendNotification` field is set to `true` and the `notificationText` field contains a message to include in the email invitation. **This API is only available to customers who have at least one paid subscription in their organization.**

Authentication

Connected account required

Tags

Users
Get list of workspacesATLASSIAN_ADMIN_QUERY_WORKSPACES_V2A workspace refers to a specific instance of an Atlassian product that is accessed through a unique URL. Whenever a user initiates or adds a new product instance, it results in the creation of a distinct workspace. This API will: - Return a paginated list of workspaces in a given org - Return more details about an organization's products (including product URL). #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:workspaces:admin`

A workspace refers to a specific instance of an Atlassian product that is accessed through a unique URL. Whenever a user initiates or adds a new product instance, it results in the creation of a distinct workspace. This API will: - Return a paginated list of workspaces in a given org - Return more details about an organization's products (including product URL). #### Scopes **[Authorization scopes](/cloud/admin/scopes/) required:** `read:workspaces:admin`

Authentication

Connected account required

Tags

Workspaces
Replace app access settings for a domainATLASSIAN_ADMIN_REPLACE_APP_ACCESS_SETTINGS_DOMAINReplaces the full per-product configuration for a domain. Any product that was previously configured but is **not** in the request body will be removed. For partial updates (e.g. add or change a single product without disturbing the others), use `POST /v2/orgs/{orgId}/app-access-settings/domains/{domain}/products`.

Replaces the full per-product configuration for a domain. Any product that was previously configured but is **not** in the request body will be removed. For partial updates (e.g. add or change a single product without disturbing the others), use `POST /v2/orgs/{orgId}/app-access-settings/domains/{domain}/products`.

Authentication

Connected account required

Tags

App Access Settings
Revoke user accessATLASSIAN_ADMIN_REVOKE_ROLEThis API can be used to revoke Platform Roles from a user.

This API can be used to revoke Platform Roles from a user.

Authentication

Connected account required

Tags

Users
Search for groups in an organizationATLASSIAN_ADMIN_SEARCH_DIRECTORY_GROUPSReturn a page of groups in an organization that match the supplied parameters. Use `searchTerm` for free-text search across group names. Filter by IDs, role assignments, resources, members, or specific group identifiers using the corresponding request fields. Use the `expand` field to include additional fields such as `counts.resources` and `counts.users` in the response.

Return a page of groups in an organization that match the supplied parameters. Use `searchTerm` for free-text search across group names. Filter by IDs, role assignments, resources, members, or specific group identifiers using the corresponding request fields. Use the `expand` field to include additional fields such as `counts.resources` and `counts.users` in the response.

Authentication

Connected account required

Tags

Groups
Search for users in an organizationATLASSIAN_ADMIN_SEARCH_DIRECTORY_USERSReturn a page of users in an organization that match the supplied parameters. Use `searchTerm` for free-text search across user display names and email addresses. Use `emails` for exact-match filtering by full email addresses. `searchTerm` and `emails` are mutually exclusive. Providing both in the same request returns `400 Bad Request`. Use the `expand` field to include additional fields such as `platformRoles`, `counts.resources`, `productAccess`, and `groups` in the response.

Return a page of users in an organization that match the supplied parameters. Use `searchTerm` for free-text search across user display names and email addresses. Use `emails` for exact-match filtering by full email addresses. `searchTerm` and `emails` are mutually exclusive. Providing both in the same request returns `400 Bad Request`. Use the `expand` field to include additional fields such as `platformRoles`, `counts.resources`, `productAccess`, and `groups` in the response.

Authentication

Connected account required

Tags

Users
Update a policyATLASSIAN_ADMIN_UPDATE_POLICYUpdate a policy for an org

Update a policy for an org

Authentication

Connected account required

Tags

Policies
Update Policy ResourceATLASSIAN_ADMIN_UPDATE_POLICY_RESOURCEUpdate an existing Policy Resource

Update an existing Policy Resource

Authentication

Connected account required

Tags

Policies
Add or update a single product configuration on a domainATLASSIAN_ADMIN_UPSERT_APP_ACCESS_SETTINGS_PRODUCTAdds or replaces a single product's access configuration on a domain. Other products configured on the domain are left untouched (this is a partial update). Use this endpoint when you want to configure or change one product without re-sending the entire product list.

Adds or replaces a single product's access configuration on a domain. Other products configured on the domain are left untouched (this is a partial update). Use this endpoint when you want to configure or change one product without re-sending the entire product list.

Authentication

Connected account required

Tags

App Access Settings
Validate PolicyATLASSIAN_ADMIN_VALIDATE_POLICYValidate a policy based on specific requirements. For example, Trigger CDEN validation by pushing a task into the SQS dns-validation queue

Validate a policy based on specific requirements. For example, Trigger CDEN validation by pushing a task into the SQS dns-validation queue

Authentication

Connected account required

Tags

PoliciesValidate

Provider resources