How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Adobe Suite User operations API

Sandbox operations available to all users.

Adobe Suite User operations API is one of 482 APIs that Adobe Suite publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User Operations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, pricing, release notes, and a getting-started guide.

This API exposes 22 operations across 19 paths, and defines 38 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://{environment}.adobe.io/data/foundation.

22 operations 19 paths 38 schemas 1 DELETE12 GET6 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://image.adobe.io
Resource Areas
1

Paths & Operations 22

Across 19 paths, the API surfaces 22 operations — 1 DELETE, 12 GET, 6 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

User operations 22

Sandbox operations available to all users.

GET
/sandbox-management/
List available sandboxes
listAvailableSandboxes 5 params → 200400403500
GET
/exim/packages
List packages
listPackages 8 params → 200400403500
POST
/exim/packages
Create a package
createPackage 5 params body → 201400403500
PUT
/exim/packages
Update a package
updatePackage 5 params body → 201400403500
PUT
/exim/packages/import
Submit an import
submitImport 5 params body → 202400403500
GET
/exim/packages/jobs
List export/import jobs
listJobs 11 params → 200400403500
PUT
/exim/packages/update
Make package public
makePackagePublic 5 params body → 202400403500
GET
/exim/packages/{packageID}
Look up a package
lookUpPackage 5 params → 200400403500
DELETE
/exim/packages/{packageID}
Delete a package
deletePackage 5 params → 200400403500
GET
/exim/packages/{packageID}/export
Publish a package
publishPackage 6 params → 200400403500
GET
/exim/packages/{packageID}/import
Import a package
importPackage 6 params → 200400403500
POST
/exim/packages/{packageID}/children
List all dependent objects
dependentObjects 6 params body → 201400403500
GET
/exim/packages/payload/{packageID}
Copy package payload
packagePayload 7 params → 200400403500
GET
/exim/packages/preflight/{packageID}/export
Check role-based permissions to import all package artifacts
checkImportPermissions 6 params → 200400403500
POST
/exim/handshake/bulkCreate
Send partnership requests
partnershipRequest 6 params body → 201400403500
POST
/exim/handshake/action
Approve partnership requests
approveShareRequests 6 params body → 201400403500
GET
/exim/handshake/list
List partnership requests
listPartnershipRequests 11 params → 200400403500
POST
/exim/transfer
Create share request
createShareRequest 5 params body → 201400403500
GET
/exim/transfer/{transferID}
Fetch share request by ID
fetchShareByID 5 params → 200400403500
GET
/exim/transfer/list
List share requests
fetchShareList 9 params → 200400403500
POST
/exim/transfer/pullRequest
Import public package
importPublicPackage 6 params body → 201400403500
GET
/exim/tools/job/{jobID}
Job details
fetchJob 7 params → 200400403500

Schemas 38

The contract defines 38 schemas that model the data the API accepts and returns. The most detailed are PackageResponse (17 properties), CreatePackageResponse (17 properties), ApprovePartnershipRequestResponse (17 properties), MakePackagePublicResponse (15 properties). Each schema is shown below with its type and property counts.

FetchJobResponse
object
A successful response returns details for the queried job ID.
4 properties
FetchShareByIDResponse
object
A success response returns details of a share request.
11 properties
Page.Links
object
2 properties
Page
object
2 properties
AddArtifactPayload
object
4 properties 2 required
ApprovePartnershipRequestResponse
object
A successful response returns details regarding the approved partnership request.
17 properties
ListJobsResponse
object
A successful response returns all successful import jobs.
6 properties
PartnershipRequestPayload
object
2 properties 2 required
ListPartnershipRequestsResponse
object
A successful response returns a list of outgoing and incoming share requests and their details.
8 properties
CheckImportPermissionsResponse
object
3 properties
CreateShareRequestResponse
array
A successful response returns details of the package requested and its share status.
PublishPackageResponse
object
A successful response returns the published package.
7 properties
ImportPublicPackageResponse
object
A successful response returns details on the imported public package.
13 properties
MakePackagePublicResponse
object
A successful response returns details on a package and its visibility.
15 properties
MakePackagePublicPayload
object
3 properties 3 required
DeletePackageResponse
object
A successful response returns a reason which shows the package ID deleted.
1 property
PartnershipRequestResponse
object
A successful response returns details regarding your partnership request.
2 properties
ListAvailableSandboxes
object
A successful response returns a list of sandboxes that are available for the current user.
3 properties
DependentObjectsPayload
array
A list of objects to retrieve child objects for within the specified package.
SubmitImportPayload
object
5 properties 2 required
DeleteArtifactResponse
object
A successful response returns your updated package.
15 properties
CreatePackagePayload
object
6 properties 2 required
AddArtifactResponse
object
A successful response returns your updated package.
15 properties
CreatePackageResponse
object
A successful response returns your newly created package.
17 properties
SubmitImportResponse
object
A successful returns details of the import request.
8 properties
CreateShareRequestPayload
object
2 properties 2 required
ImportPublicPackagePayload
object
2 properties 2 required
PackageResponse
object
17 properties
ImportPackageResponse
array
Conflicts are returned in the response. The response shows the original package plus the alternatives fragment as an array ordered by ranking.
Link
object
2 properties
DeleteArtifactPayload
object
3 properties 2 required
UpdatePackageResponse
object
A successful response returns your updated package.
15 properties
ListPackagesResponse
object
A successful response returns a list of packages belonging to your organization.
6 properties
CopyPayloadResponse
object
A successful response returns the package’s payload.
2 properties 2 required
GetSandboxUserResponse
object
11 properties
UpdatePackageMetadata
object
5 properties 4 required
FetchShareListResponse
object
A successful response returns a list of all transfer requests from the search parameters provided.
8 properties
ApprovePartnershipRequestPayload
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-suite-user-operations-api-openapi.yml Raw ↑

Other APIs Adobe Suite publishes across the network.

Adobe Sign API
Adobe Experience Manager API
Adobe Stock API
Adobe Premiere Pro API
Adobe After Effects API
Adobe Target API
Adobe Campaign API
Adobe User Management API
Adobe I/O Events API
Adobe MCP Servers
Adobe Suite Accelerated Queries API
Adobe Suite Access Control Policies API
Where this information came from

This is an independent, third-party profile of Adobe Suite User operations API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.