> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# jamf_UpdateAccounts

> Represents possession of the 'Update Accounts' JSS Object permission which allows altering the passwords, enabled status, permissions, and memberships of existing accounts or groups.

<img noZoom src="https://mintcdn.com/specterops-fetch-json-component/pkiaFEhjWYPnhxMb/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=pkiaFEhjWYPnhxMb&q=85&s=c83d7e4a67c741a979c0e77bf15c1252" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [jamf\_Account](/opengraph/extensions/jamfhound/reference/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamfhound/reference/nodes/jamf_disabledaccount), [jamf\_Group](/opengraph/extensions/jamfhound/reference/nodes/jamf_group), [jamf\_ApiClient](/opengraph/extensions/jamfhound/reference/nodes/jamf_apiclient), [jamf\_DisabledApiClient](/opengraph/extensions/jamfhound/reference/nodes/jamf_disabledapiclient)
* Destination: [jamf\_Tenant](/opengraph/extensions/jamfhound/reference/nodes/jamf_tenant)
* Traversable: ✅

## General Information

The traversable `jamf_UpdateAccounts` edge represents possession of the 'Update Accounts' JSS Object permission which allows altering the permissions of existing accounts or groups. If the source is a local Jamf account, they can grant themselves additional permissions, grant permissions to other accounts, modify group memberships, enable disabled accounts, and reset passwords of any Jamf account.

```mermaid theme={null}
graph LR
    A("jamf_Account
Help Desk")
    B("jamf_Tenant
CorpJamfPro")
    C("jamf_Group
AccountManagers")
    D("jamf_ApiClient
nscim-provisioner")
    A -- jamf_UpdateAccounts --> B
    C -- jamf_UpdateAccounts --> B
    D -- jamf_UpdateAccounts --> B
```
