> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ApprovalMax Changelog

> Release history for the ApprovalMax connector. Each version lists what changed and which actions were affected.

<Card title="ApprovalMax connector" icon="arrow-left" href="/connectors/approvalmax" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.2.0" description="22 Jul 2026">
  `bug-fix`

  unified\_get\_user no longer requires filter.organization\_id. The companyId is now encoded into the user's id (returned by unified\_list\_users), so get\_user resolves the owning company from the id alone.

  <AccordionGroup>
    <Accordion title="Changed · 6 actions updated">
      `approvalmax_auth_test`, `approvalmax_unified_get_me`, `approvalmax_unified_get_organization`, `approvalmax_unified_get_user`, `approvalmax_unified_list_organizations`, `approvalmax_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="20 Jul 2026">
  `new-actions`

  Added unified IAM actions for users, organizations, and credentials, each gated with an action-level releaseStage (all six actions preview pending full post-merge QA). Fixed unified\_get\_me returning scopes as a space-delimited string instead of an array, and missing name/email mapping.
</Update>
