Atlassian Cloud Admin
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
52 个可调用操作
Add Resource to PolicyATLASSIAN_ADMIN_ADD_RESOURCE_TO_POLICYAdds a resource to an existing Policy需要连接
Adds a resource to an existing Policy
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Create a policyATLASSIAN_ADMIN_CREATE_POLICYCreate a policy for an org需要连接
Create a policy for an org
认证
需要 Connected AccountTags
Delete a policyATLASSIAN_ADMIN_DELETE_POLICYDelete a policy for an org需要连接
Delete a policy for an org
认证
需要 Connected AccountTags
Delete Policy ResourceATLASSIAN_ADMIN_DELETE_POLICY_RESOURCEDelete an existing Policy Resource需要连接
Delete an existing Policy Resource
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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).
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
Get group detailsATLASSIAN_ADMIN_GET_GROUPReturns the details of a group.需要连接
Returns the details of a group.
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Get group statsATLASSIAN_ADMIN_GET_GROUPS_STATSReturns group stats for the organization.需要连接
Returns group stats for the organization.
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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).
认证
需要 Connected AccountTags
Get list of policiesATLASSIAN_ADMIN_GET_POLICIESReturns information about org policies需要连接
Returns information about org policies
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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/).
认证
需要 Connected AccountTags
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).
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.**
认证
需要 Connected AccountTags
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`
认证
需要 Connected AccountTags
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`.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Update a policyATLASSIAN_ADMIN_UPDATE_POLICYUpdate a policy for an org需要连接
Update a policy for an org
认证
需要 Connected AccountTags
Update Policy ResourceATLASSIAN_ADMIN_UPDATE_POLICY_RESOURCEUpdate an existing Policy Resource需要连接
Update an existing Policy Resource
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags