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

# jamf_UpdateAPIRoles

> Represents the ability to update existing API roles in the Jamf tenant. Non-traversable because modifying roles without the ability to create or update API clients does not provide a credential retrieval mechanism.

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" 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/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount), [jamf\_Group](/opengraph/extensions/jamf/nodes/jamf_group)
* Destination: [jamf\_Tenant](/opengraph/extensions/jamf/nodes/jamf_tenant)
* Traversable: ❌

## General Information

The non-traversable jamf\_UpdateAPIRoles edge represents the ability to update existing API roles in the Jamf tenant. This edge is non-traversable for Jamf accounts and groups because modifying roles without the ability to create or update API clients does not provide a credential retrieval mechanism.

```mermaid theme={null}
graph LR
    A("jamf_Account
Role Manager")
    B("jamf_Tenant
CorpJamfPro")
    C("jamf_Group
Security-Team")
    D("jamf_DisabledAccount
Former RBAC Admin")
    A -- jamf_UpdateAPIRoles --> B
    C -- jamf_UpdateAPIRoles --> B
    D -- jamf_UpdateAPIRoles --> B
```
