Release identity
SHA-256 of the pack file bytes: c59f4ddb07eea4569c7bcf8a8e2786434cf56a1f5ddda8d45af0f5cbffd4aeda
Not in the distributable release manifest. The binary carries a digest-bound manifest of the distributable library; a pack whose bytes differ from its manifest entry — endpoint, tier, allowlist, or credential edited, with provider, version, and review block preserved — fails the digest check, loses distributability, and renders MODIFIED rather than as the shipped reviewed artifact. Review state and artifact status are different facts: the first is a documentation-review declaration, the second is the identity of the exact bytes.
Capabilities (5)
concur.users.read v1.0.0R0
- Action
- read
- Endpoint
GET https://us.api.concursolutions.com/profile/identity/v4/Users- Connector
- http
- Custody
- customer_vault
- Credential ref
secret-ref-concur-company-access-token- Data class
- pii
Read the Identity v4 users collection: user names, emails, employee numbers and enterprise attributes, which are personal data. SAP Concur documents filter, attributes, startIndex and count parameters (maximum count 100) and states this API supports company level access tokens only. The registered path covers the collection read only — single-user reads (GET /profile/identity/v4/Users/{UUID}) are not registered by this pack. Substitute the deployment's geolocation host if it is not the US data center before enabling.
concur.reports.read v1.0.0R0
- Action
- read
- Endpoint
GET https://us.api.concursolutions.com/expensereports/v4/users/USER_ID/context/CONTEXT_TYPE/reports/REPORT_ID- Connector
- http
- Custody
- customer_vault
- Credential ref
secret-ref-concur-company-access-token- Data class
- financial
Read one expense report header: approval and payment statuses, claimed, approved and due amounts, currencies, policy and business purpose, registered at the financial class; the report also identifies its owner, an individual employee. This is a record read on a registered record path, not a collection read. USER_ID, CONTEXT_TYPE (SAP Concur documents TRAVELER, MANAGER, PROCESSOR and PROXY) and REPORT_ID are placeholders the deployment binds to concrete values before enabling. Expense entries, itemizations and receipt images are not registered by this pack. Substitute the deployment's geolocation host if it is not the US data center before enabling.
concur.reports.toapprove.read v1.0.0R0
- Action
- read
- Endpoint
GET https://us.api.concursolutions.com/expensereports/v4/users/USER_ID/context/MANAGER/reportsToApprove- Connector
- http
- Custody
- customer_vault
- Credential ref
secret-ref-concur-company-access-token- Data class
- financial
Read the collection of expense reports a manager (or their delegate, when includeDelegateApprovals is set) can approve: report names, numbers, submit dates, employee and approver identities, and claimed, approved and due amounts, registered at the financial class. SAP Concur documents the contextType MANAGER for this endpoint. The registered path covers the collection read only. USER_ID is a placeholder the deployment binds to a concrete approver before enabling. Substitute the deployment's geolocation host if it is not the US data center before enabling.
concur.reports.submit v1.0.0R3
- Action
- send
- Endpoint
PATCH https://us.api.concursolutions.com/expensereports/v4/users/USER_ID/reports/REPORT_ID/submit- Connector
- http
- Custody
- customer_vault
- Credential ref
secret-ref-concur-company-access-token- Data class
- financial
Submit one expense report for approval: SAP Concur documents that the submit operation moves the specified report from un-submitted to submitted state for approval, returning 204 No Content. Declared send at the R3 floor — the report is transmitted into a workflow where approvers act on it, recall is a separate documented operation available only while the report can be recalled, and send is one of the IRREVERSIBLE ACTIONS (delete, send, pay, deploy, approve, share and transfer); an irreversible action cannot be taken without a person. Effect-level precision: the request is accepted and the report transitions from un-submitted to submitted — the call itself records that workflow transition only and does not itself record an approval or create a payment object. Downstream of the transition the customer's configured workflow acts on the report (approval steps, and after approval extract and reimbursement processing, including Expense Pay where the customer has configured it): the 204 acceptance does not guarantee that no approval or payment scheduling can follow automatically under the customer's own configuration. USER_ID and REPORT_ID are placeholders the deployment binds to concrete values before enabling. Substitute the deployment's geolocation host if it is not the US data center before enabling.
concur.reports.approve v1.0.0R3
- Action
- approve
- Endpoint
PATCH https://us.api.concursolutions.com/expensereports/v4/reports/REPORT_ID/approve- Connector
- http
- Custody
- customer_vault
- Credential ref
secret-ref-concur-company-access-token- Data class
- financial
Approve one expense report: SAP Concur documents that the Approve function advances the specified report to the next workflow step, that the short URL form registered here takes a company level access token, and that a successful call returns 204 No Content. The request body may carry a comment, expectedStepCode/expectedStepSequence, and an optional statusId — documented as the status that will be assigned to the report by this workflow transition, default A_APPR; SAP Concur does not publish the enumeration of permitted statusId values or their per-value effects, and this registration does not constrain the request body, so a deployment must treat the body as capable of assigning any workflow status the customer's configuration accepts and review which values it permits. Residual scope authority: the documented scope for this call, expense.report.workflowstatus.write, covers both Approve and Send Back, so the application's provider-side permission necessarily extends to the Send Back action this pack deliberately does not register — a provider permission distinct from AAES non-registration. Declared approve at the R3 floor — approve is one of the IRREVERSIBLE ACTIONS (delete, send, pay, deploy, approve, share and transfer) and an irreversible action cannot be taken without a person. Effect-level precision: the call records the approval judgement and advances the workflow; the call itself does not create a payment object, but downstream of the transition the customer's configured workflow can extract and reimburse the report, including through Expense Pay where configured — the 204 response does not guarantee that no payment scheduling can follow automatically. Send Back and Recall are documented siblings and are deliberately not registered. REPORT_ID is a placeholder the deployment binds to a concrete report before enabling. Substitute the deployment's geolocation host if it is not the US data center before enabling.
Credential reference
The pack names a reference, never a secret. Installing a pack registers capabilities and makes them governable; registration is not connectivity. The credential is created at the provider and held in the client's own secret manager under the reference the pack names, and deployment testing is still required to show the credential path works and cannot be bypassed.
- Reference
secret-ref-concur-company-access-token- Custody
- customer_vault
- Injection
- header (Authorization)
A company-level OAuth 2.0 access token for the customer's SAP Concur application, held in the client's own secret manager. The stored material must be the complete Authorization header value (scheme included): 'Bearer', one separating space, then the access token — 'Bearer <token>'. An external deployment process obtains and renews the token. Client ID and secret alone do NOT produce the company-level token these operations require: SAP Concur documents that for Enterprise Business Applications only the password grant obtains company-level tokens, and the bootstrap is an App Center connection — an SAP Concur administrator clicks Connect for the application in the App Center, SAP Concur redirects with the Company UUID and a 24-hour request token, and the external process exchanges them at the token endpoint POST {geolocation}/oauth2/v0/token using the password grant (username = Company UUID, password = request token) with the application client_id and client_secret issued at application registration (via Partner Enablement or the Account Manager). That exchange returns an access token and a refresh token, and the external process renews with the refresh grant, which returns a new access-and-refresh pair. SAP Concur also documents a client-credentials grant, but it yields an application-level token with no refresh token — not the company-level token the registered operations take — and the documented error 53 ('company is not enabled for this client') is the failure when the App Center connection has not been completed. The client secret stays with that external process. The executor injects the stored value verbatim and performs no token lifecycle itself. customer_vault is the only generally-supported production custody model here — identity_federation and customer_broker are refused at startup and inline is lab-only. Expiry and revocation: SAP Concur documents a default one-hour access token lifetime and a default six-month refresh token lifetime; the external process must refresh on that cadence. SAP Concur documents revocation through DELETE /app-mgmt/v0/connections, which revokes the refresh tokens associated with a user for an application: that stops renewal, so the in-flight access token dies within its one-hour lifetime. Rescoping the application's grants changes what subsequently issued tokens carry. Stopping renewal and changing scopes are different events from invalidating an already-issued access token, which SAP Concur does not document as immediately invalidated; an expired value fails closed. Note the submit endpoint supports user-level as well as company-level tokens: the stored token must be a company-level token whose scopes cover every registered capability. Least privilege: request only the scopes the registered capabilities need — expense.report.read for the report reads, expense.report.readwrite for submit, expense.report.workflowstatus.write for approve, and the identity read scopes (identity.user.ids.read, identity.user.core.read) for the users read — and nothing more; the same application must not hold delete or provisioning write scopes this pack deliberately does not register. Executor hygiene: the value must live only in executor memory for the lifetime of a call, must never be written to logs, traces or diagnostics, and must not appear in crash dumps; a deployment that cannot meet that bar must not enable the pack.
Resources
concur-identity-users(api, pii):https://us.api.concursolutions.com/profile/identity/v4/Usersconcur-expense-reports(api, financial):https://us.api.concursolutions.com/expensereports/v4/reports
Pack notes and exclusions
SAP Concur serves its APIs from shared regional hosts: the registered endpoints use us.api.concursolutions.com, the US data center host SAP Concur's own examples use. SAP Concur issues each application a geolocation, and the access token's base URI must match it — a deployment whose geolocation is another data center (the documentation names emea.api.concursolutions.com, and the Identity v4 page shows us2/emea2 forms) must substitute that host in every endpoint, in every resource locator and in every egress allowlist entry before enabling. The allowlist matches exactly, so endpoints and allowlist must be substituted together, and substitution is a required deployment step when the customer's geolocation differs — allowlisting the US host does not make a token for another region safe to aim there. This pack registers only endpoints the SAP Concur developer portal documents: the Identity v4 users collection read (GET /profile/identity/v4/Users), the Reports v4 report read (GET /expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}) and reports-to-approve collection read (GET /expensereports/v4/users/{userId}/context/MANAGER/reportsToApprove), and the Workflows v4 submit (PATCH /expensereports/v4/users/{userId}/reports/{reportId}/submit) and approve (PATCH /expensereports/v4/reports/{reportId}/approve, the company-token short URL). Documented exclusions, framed as what this pack does not register: report creation (POST) and report header updates (PATCH on the report resource, including the submitted-report variant), sendBack and recall, cost objects for approver, expense entries and receipt images, every Identity v4 write (user POST, PUT, PATCH and the hard-delete SAP Concur itself marks not recommended), and every Travel, Invoice and Request API. Tiering rationale: the submit capability is declared send at the R3 floor — submitting moves the report into the approval workflow where approvers act on it, and SAP Concur documents recall as a separate operation available only while the report can be recalled, so the submission is treated as a message that cannot be unsent; send is one of the IRREVERSIBLE ACTIONS (delete, send, pay, deploy, approve, share and transfer). The approve capability is declared approve at the R3 floor. Effect-level precision: submit is request-accepted (the report transitions to submitted; the call itself records no approval and creates no payment object); approve is approval-recorded (SAP Concur documents that it advances the report to the next workflow step and defaults the status to A_APPR, without publishing the permitted statusId values — see the capability description). Neither call itself moves money, but downstream of both transitions the customer's configured workflow can extract and reimburse the report, including through Expense Pay where configured: the 204 responses and this pack's non-registration of payment endpoints do not prove no payment scheduling can follow automatically under the customer's own configuration. An irreversible action cannot be taken without a person.
Review record
Draft review record dated 2026-09-21 · Reviewer: aaes-eng (an opaque id that resolves internally to the responsible reviewer)
- https://developer.concur.com/api-reference/expense/expense-report/v4.reports.html (retrieved 2026-09-21)
- https://developer.concur.com/api-reference/expense/expense-report/v4.workflows.html (retrieved 2026-09-21)
- https://developer.concur.com/api-reference/profile/v4.identity.html (retrieved 2026-09-21)
- https://developer.concur.com/api-reference/authentication/getting-started.html (retrieved 2026-09-21)
- https://developer.concur.com/api-reference/authentication/apidoc.html (retrieved 2026-09-21)
A pack review is not a vendor or examiner attestation. A retrieval date says when a source page was read; it does not by itself establish what the page said then. No pack is vendor-endorsed, and none has been connectivity-tested against a live vendor tenant.
