JumpCloud's V2 API. This set of endpoints allows JumpCloud customers to manage objects, groupings and mappings and interact with the JumpCloud Graph.
This Python package is automatically generated by the Swagger Codegen project:
- API version: 2.0
- Package version: 4.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen
Python 2.7 and 3.4+
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import jcapiv2
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import jcapiv2
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import jcapiv2
from jcapiv2.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = jcapiv2.ActiveDirectoryApi(jcapiv2.ApiClient(configuration))
activedirectory_id = 'activedirectory_id_example' # str |
agent_id = 'agent_id_example' # str |
content_type = 'application/json' # str | (default to application/json)
accept = 'application/json' # str | (default to application/json)
x_org_id = '' # str | (optional) (default to )
try:
# Delete Active Directory Agent
api_instance.activedirectories_agents_delete(activedirectory_id, agent_id, content_type, accept, x_org_id=x_org_id)
except ApiException as e:
print("Exception when calling ActiveDirectoryApi->activedirectories_agents_delete: %s\n" % e)
All URIs are relative to https://console.jumpcloud.com/api/v2
Class | Method | HTTP request | Description |
---|---|---|---|
ActiveDirectoryApi | activedirectories_agents_delete | DELETE /activedirectories/{activedirectory_id}/agents/{agent_id} | Delete Active Directory Agent |
ActiveDirectoryApi | activedirectories_agents_get | GET /activedirectories/{activedirectory_id}/agents/{agent_id} | Get Active Directory Agent |
ActiveDirectoryApi | activedirectories_agents_list | GET /activedirectories/{activedirectory_id}/agents | List Active Directory Agents |
ActiveDirectoryApi | activedirectories_agents_post | POST /activedirectories/{activedirectory_id}/agents | Create a new Active Directory Agent |
ActiveDirectoryApi | activedirectories_delete | DELETE /activedirectories/{id} | Delete an Active Directory |
ActiveDirectoryApi | activedirectories_get | GET /activedirectories/{id} | Get an Active Directory |
ActiveDirectoryApi | activedirectories_list | GET /activedirectories | List Active Directories |
ActiveDirectoryApi | activedirectories_post | POST /activedirectories | Create a new Active Directory |
ActiveDirectoryApi | graph_active_directory_associations_list | GET /activedirectories/{activedirectory_id}/associations | List the associations of an Active Directory instance |
ActiveDirectoryApi | graph_active_directory_associations_post | POST /activedirectories/{activedirectory_id}/associations | Manage the associations of an Active Directory instance |
ActiveDirectoryApi | graph_active_directory_traverse_user_group | GET /activedirectories/{activedirectory_id}/usergroups | List the User Groups bound to an Active Directory instance |
AppleMDMApi | applemdms_delete | DELETE /applemdms/{apple_mdm_id} | Delete an Apple MDM |
AppleMDMApi | applemdms_list | GET /applemdms | List Apple MDMs |
AppleMDMApi | applemdms_post | POST /applemdms | Create Apple MDM |
AppleMDMApi | applemdms_put | PUT /applemdms/{apple_mdm_id} | Update an Apple MDM |
AppleMDMApi | enrollmentprofiles_get | GET /applemdms/{apple_mdm_id}/enrollmentprofiles/{enrollment_profile_id} | Get an Apple MDM Enrollment Profile |
AppleMDMApi | enrollmentprofiles_list | GET /applemdms/{apple_mdm_id}/enrollmentprofiles | List Apple MDM Enrollment Profiles |
ApplicationsApi | graph_application_associations_list | GET /applications/{application_id}/associations | List the associations of an Application |
ApplicationsApi | graph_application_associations_post | POST /applications/{application_id}/associations | Manage the associations of an Application |
ApplicationsApi | graph_application_traverse_user | GET /applications/{application_id}/users | List the Users bound to an Application |
ApplicationsApi | graph_application_traverse_user_group | GET /applications/{application_id}/usergroups | List the User Groups bound to an Application |
BulkJobRequestsApi | bulk_users_create | POST /bulk/users | Bulk Users Create |
BulkJobRequestsApi | bulk_users_create_results | GET /bulk/users/{job_id}/results | List Bulk Users Results |
BulkJobRequestsApi | bulk_users_update | PATCH /bulk/users | Bulk Users Update |
BulkJobRequestsApi | jobs_get | GET /jobs/{id} | Get Job (incomplete) |
BulkJobRequestsApi | jobs_results | GET /jobs/{id}/results | List Job Results |
CommandsApi | graph_command_associations_list | GET /commands/{command_id}/associations | List the associations of a Command |
CommandsApi | graph_command_associations_post | POST /commands/{command_id}/associations | Manage the associations of a Command |
CommandsApi | graph_command_traverse_system | GET /commands/{command_id}/systems | List the Systems bound to a Command |
CommandsApi | graph_command_traverse_system_group | GET /commands/{command_id}/systemgroups | List the System Groups bound to a Command |
DirectoriesApi | directories_list | GET /directories | List All Directories |
DuoApi | duo_account_delete | DELETE /duo/accounts/{id} | Delete a Duo Account |
DuoApi | duo_account_get | GET /duo/accounts/{id} | Get a Duo Acount |
DuoApi | duo_account_list | GET /duo/accounts | List Duo Acounts |
DuoApi | duo_account_post | POST /duo/accounts | Create Duo Account |
DuoApi | duo_application_delete | DELETE /duo/accounts/{account_id}/applications/{application_id} | Delete a Duo Application |
DuoApi | duo_application_get | GET /duo/accounts/{account_id}/applications/{application_id} | Get a Duo application |
DuoApi | duo_application_list | GET /duo/accounts/{account_id}/applications | List Duo Applications |
DuoApi | duo_application_post | POST /duo/accounts/{account_id}/applications | Create Duo Application |
DuoApi | duo_application_update | PUT /duo/accounts/{account_id}/applications/{application_id} | Update Duo Application |
GSuiteApi | graph_g_suite_associations_list | GET /gsuites/{gsuite_id}/associations | List the associations of a G Suite instance |
GSuiteApi | graph_g_suite_associations_post | POST /gsuites/{gsuite_id}/associations | Manage the associations of a G Suite instance |
GSuiteApi | graph_g_suite_traverse_user | GET /gsuites/{gsuite_id}/users | List the Users bound to a G Suite instance |
GSuiteApi | graph_g_suite_traverse_user_group | GET /gsuites/{gsuite_id}/usergroups | List the User Groups bound to a G Suite instance |
GSuiteApi | gsuites_get | GET /gsuites/{id} | Get G Suite |
GSuiteApi | gsuites_patch | PATCH /gsuites/{id} | Update existing G Suite |
GSuiteApi | translation_rules_g_suite_delete | DELETE /gsuites/{gsuite_id}/translationrules/{id} | Deletes a G Suite translation rule |
GSuiteApi | translation_rules_g_suite_get | GET /gsuites/{gsuite_id}/translationrules/{id} | Gets a specific G Suite translation rule |
GSuiteApi | translation_rules_g_suite_list | GET /gsuites/{gsuite_id}/translationrules | List all the G Suite Translation Rules |
GSuiteApi | translation_rules_g_suite_post | POST /gsuites/{gsuite_id}/translationrules | Create a new G Suite Translation Rule |
GraphApi | graph_active_directory_associations_list | GET /activedirectories/{activedirectory_id}/associations | List the associations of an Active Directory instance |
GraphApi | graph_active_directory_associations_post | POST /activedirectories/{activedirectory_id}/associations | Manage the associations of an Active Directory instance |
GraphApi | graph_active_directory_traverse_user | GET /activedirectories/{activedirectory_id}/users | List the Users bound to an Active Directory instance |
GraphApi | graph_active_directory_traverse_user_group | GET /activedirectories/{activedirectory_id}/usergroups | List the User Groups bound to an Active Directory instance |
GraphApi | graph_application_associations_list | GET /applications/{application_id}/associations | List the associations of an Application |
GraphApi | graph_application_associations_post | POST /applications/{application_id}/associations | Manage the associations of an Application |
GraphApi | graph_application_traverse_user | GET /applications/{application_id}/users | List the Users bound to an Application |
GraphApi | graph_application_traverse_user_group | GET /applications/{application_id}/usergroups | List the User Groups bound to an Application |
GraphApi | graph_command_associations_list | GET /commands/{command_id}/associations | List the associations of a Command |
GraphApi | graph_command_associations_post | POST /commands/{command_id}/associations | Manage the associations of a Command |
GraphApi | graph_command_traverse_system | GET /commands/{command_id}/systems | List the Systems bound to a Command |
GraphApi | graph_command_traverse_system_group | GET /commands/{command_id}/systemgroups | List the System Groups bound to a Command |
GraphApi | graph_g_suite_associations_list | GET /gsuites/{gsuite_id}/associations | List the associations of a G Suite instance |
GraphApi | graph_g_suite_associations_post | POST /gsuites/{gsuite_id}/associations | Manage the associations of a G Suite instance |
GraphApi | graph_g_suite_traverse_user | GET /gsuites/{gsuite_id}/users | List the Users bound to a G Suite instance |
GraphApi | graph_g_suite_traverse_user_group | GET /gsuites/{gsuite_id}/usergroups | List the User Groups bound to a G Suite instance |
GraphApi | graph_ldap_server_associations_list | GET /ldapservers/{ldapserver_id}/associations | List the associations of a LDAP Server |
GraphApi | graph_ldap_server_associations_post | POST /ldapservers/{ldapserver_id}/associations | Manage the associations of a LDAP Server |
GraphApi | graph_ldap_server_traverse_user | GET /ldapservers/{ldapserver_id}/users | List the Users bound to a LDAP Server |
GraphApi | graph_ldap_server_traverse_user_group | GET /ldapservers/{ldapserver_id}/usergroups | List the User Groups bound to a LDAP Server |
GraphApi | graph_office365_associations_list | GET /office365s/{office365_id}/associations | List the associations of an Office 365 instance |
GraphApi | graph_office365_associations_post | POST /office365s/{office365_id}/associations | Manage the associations of an Office 365 instance |
GraphApi | graph_office365_traverse_user | GET /office365s/{office365_id}/users | List the Users bound to an Office 365 instance |
GraphApi | graph_office365_traverse_user_group | GET /office365s/{office365_id}/usergroups | List the User Groups bound to an Office 365 instance |
GraphApi | graph_policy_associations_list | GET /policies/{policy_id}/associations | List the associations of a Policy |
GraphApi | graph_policy_associations_post | POST /policies/{policy_id}/associations | Manage the associations of a Policy |
GraphApi | graph_policy_traverse_system | GET /policies/{policy_id}/systems | List the Systems bound to a Policy |
GraphApi | graph_policy_traverse_system_group | GET /policies/{policy_id}/systemgroups | List the System Groups bound to a Policy |
GraphApi | graph_radius_server_associations_list | GET /radiusservers/{radiusserver_id}/associations | List the associations of a RADIUS Server |
GraphApi | graph_radius_server_associations_post | POST /radiusservers/{radiusserver_id}/associations | Manage the associations of a RADIUS Server |
GraphApi | graph_radius_server_traverse_user | GET /radiusservers/{radiusserver_id}/users | List the Users bound to a RADIUS Server |
GraphApi | graph_radius_server_traverse_user_group | GET /radiusservers/{radiusserver_id}/usergroups | List the User Groups bound to a RADIUS Server |
GraphApi | graph_system_associations_list | GET /systems/{system_id}/associations | List the associations of a System |
GraphApi | graph_system_associations_post | POST /systems/{system_id}/associations | Manage associations of a System |
GraphApi | graph_system_group_associations_list | GET /systemgroups/{group_id}/associations | List the associations of a System Group |
GraphApi | graph_system_group_associations_post | POST /systemgroups/{group_id}/associations | Manage the associations of a System Group |
GraphApi | graph_system_group_member_of | GET /systemgroups/{group_id}/memberof | List the System Group's parents |
GraphApi | graph_system_group_members_list | GET /systemgroups/{group_id}/members | List the members of a System Group |
GraphApi | graph_system_group_members_post | POST /systemgroups/{group_id}/members | Manage the members of a System Group |
GraphApi | graph_system_group_membership | GET /systemgroups/{group_id}/membership | List the System Group's membership |
GraphApi | graph_system_group_traverse_command | GET /systemgroups/{group_id}/commands | List the Commands bound to a System Group |
GraphApi | graph_system_group_traverse_policy | GET /systemgroups/{group_id}/policies | List the Policies bound to a System Group |
GraphApi | graph_system_group_traverse_user | GET /systemgroups/{group_id}/users | List the Users bound to a System Group |
GraphApi | graph_system_group_traverse_user_group | GET /systemgroups/{group_id}/usergroups | List the User Groups bound to a System Group |
GraphApi | graph_system_member_of | GET /systems/{system_id}/memberof | List the parent Groups of a System |
GraphApi | graph_system_traverse_command | GET /systems/{system_id}/commands | List the Commands bound to a System |
GraphApi | graph_system_traverse_policy | GET /systems/{system_id}/policies | List the Policies bound to a System |
GraphApi | graph_system_traverse_user | GET /systems/{system_id}/users | List the Users bound to a System |
GraphApi | graph_system_traverse_user_group | GET /systems/{system_id}/usergroups | List the User Groups bound to a System |
GraphApi | graph_user_associations_list | GET /users/{user_id}/associations | List the associations of a User |
GraphApi | graph_user_associations_post | POST /users/{user_id}/associations | Manage the associations of a User |
GraphApi | graph_user_group_associations_list | GET /usergroups/{group_id}/associations | List the associations of a User Group. |
GraphApi | graph_user_group_associations_post | POST /usergroups/{group_id}/associations | Manage the associations of a User Group |
GraphApi | graph_user_group_member_of | GET /usergroups/{group_id}/memberof | List the User Group's parents |
GraphApi | graph_user_group_members_list | GET /usergroups/{group_id}/members | List the members of a User Group |
GraphApi | graph_user_group_members_post | POST /usergroups/{group_id}/members | Manage the members of a User Group |
GraphApi | graph_user_group_membership | GET /usergroups/{group_id}/membership | List the User Group's membership |
GraphApi | graph_user_group_traverse_active_directory | GET /usergroups/{group_id}/activedirectories | List the Active Directories bound to a User Group |
GraphApi | graph_user_group_traverse_application | GET /usergroups/{group_id}/applications | List the Applications bound to a User Group |
GraphApi | graph_user_group_traverse_directory | GET /usergroups/{group_id}/directories | List the Directories bound to a User Group |
GraphApi | graph_user_group_traverse_g_suite | GET /usergroups/{group_id}/gsuites | List the G Suite instances bound to a User Group |
GraphApi | graph_user_group_traverse_ldap_server | GET /usergroups/{group_id}/ldapservers | List the LDAP Servers bound to a User Group |
GraphApi | graph_user_group_traverse_office365 | GET /usergroups/{group_id}/office365s | List the Office 365 instances bound to a User Group |
GraphApi | graph_user_group_traverse_radius_server | GET /usergroups/{group_id}/radiusservers | List the RADIUS Servers bound to a User Group |
GraphApi | graph_user_group_traverse_system | GET /usergroups/{group_id}/systems | List the Systems bound to a User Group |
GraphApi | graph_user_group_traverse_system_group | GET /usergroups/{group_id}/systemgroups | List the System Groups bound to User Groups |
GraphApi | graph_user_member_of | GET /users/{user_id}/memberof | List the parent Groups of a User |
GraphApi | graph_user_traverse_active_directory | GET /users/{user_id}/activedirectories | List the Active Directory instances bound to a User |
GraphApi | graph_user_traverse_application | GET /users/{user_id}/applications | List the Applications bound to a User |
GraphApi | graph_user_traverse_directory | GET /users/{user_id}/directories | List the Directories bound to a User |
GraphApi | graph_user_traverse_g_suite | GET /users/{user_id}/gsuites | List the G Suite instances bound to a User |
GraphApi | graph_user_traverse_ldap_server | GET /users/{user_id}/ldapservers | List the LDAP servers bound to a User |
GraphApi | graph_user_traverse_office365 | GET /users/{user_id}/office365s | List the Office 365 instances bound to a User |
GraphApi | graph_user_traverse_radius_server | GET /users/{user_id}/radiusservers | List the RADIUS Servers bound to a User |
GraphApi | graph_user_traverse_system | GET /users/{user_id}/systems | List the Systems bound to a User |
GraphApi | graph_user_traverse_system_group | GET /users/{user_id}/systemgroups | List the System Groups bound to a User |
GraphApi | policystatuses_list | GET /systems/{system_id}/policystatuses | List the policy statuses for a system |
GroupsApi | groups_list | GET /groups | List All Groups |
KnowledgeApi | knowledge_salesforce_list | GET /knowledge/salesforce | List Knowledge Articles |
LDAPServersApi | graph_ldap_server_associations_list | GET /ldapservers/{ldapserver_id}/associations | List the associations of a LDAP Server |
LDAPServersApi | graph_ldap_server_associations_post | POST /ldapservers/{ldapserver_id}/associations | Manage the associations of a LDAP Server |
LDAPServersApi | graph_ldap_server_traverse_user | GET /ldapservers/{ldapserver_id}/users | List the Users bound to a LDAP Server |
LDAPServersApi | graph_ldap_server_traverse_user_group | GET /ldapservers/{ldapserver_id}/usergroups | List the User Groups bound to a LDAP Server |
LDAPServersApi | ldapservers_get | GET /ldapservers/{id} | Get LDAP Server |
LDAPServersApi | ldapservers_list | GET /ldapservers | List LDAP Servers |
LDAPServersApi | ldapservers_patch | PATCH /ldapservers/{id} | Update existing LDAP server |
Office365Api | graph_office365_associations_list | GET /office365s/{office365_id}/associations | List the associations of an Office 365 instance |
Office365Api | graph_office365_associations_post | POST /office365s/{office365_id}/associations | Manage the associations of an Office 365 instance |
Office365Api | graph_office365_traverse_user | GET /office365s/{office365_id}/users | List the Users bound to an Office 365 instance |
Office365Api | graph_office365_traverse_user_group | GET /office365s/{office365_id}/usergroups | List the User Groups bound to an Office 365 instance |
Office365Api | translation_rules_office365_delete | DELETE /office365s/{office365_id}/translationrules/{id} | Deletes a Office 365 translation rule |
Office365Api | translation_rules_office365_get | GET /office365s/{office365_id}/translationrules/{id} | Gets a specific Office 365 translation rule |
Office365Api | translation_rules_office365_list | GET /office365s/{office365_id}/translationrules | List all the Office 365 Translation Rules |
Office365Api | translation_rules_office365_post | POST /office365s/{office365_id}/translationrules | Create a new Office 365 Translation Rule |
OrganizationsApi | org_crypto_get | GET /organizations/{id}/crypto | Get Crypto Settings |
OrganizationsApi | org_crypto_put | PUT /organizations/{id}/crypto | Edit Crypto Settings |
PoliciesApi | graph_policy_associations_list | GET /policies/{policy_id}/associations | List the associations of a Policy |
PoliciesApi | graph_policy_associations_post | POST /policies/{policy_id}/associations | Manage the associations of a Policy |
PoliciesApi | graph_policy_traverse_system | GET /policies/{policy_id}/systems | List the Systems bound to a Policy |
PoliciesApi | graph_policy_traverse_system_group | GET /policies/{policy_id}/systemgroups | List the System Groups bound to a Policy |
PoliciesApi | policies_delete | DELETE /policies/{id} | Deletes a Policy |
PoliciesApi | policies_get | GET /policies/{id} | Gets a specific Policy. |
PoliciesApi | policies_list | GET /policies | Lists all the Policies |
PoliciesApi | policies_post | POST /policies | Create a new Policy |
PoliciesApi | policies_put | PUT /policies/{id} | Update an existing Policy |
PoliciesApi | policyresults_get | GET /policyresults/{id} | Get a specific Policy Result. |
PoliciesApi | policyresults_list | GET /policies/{policy_id}/policyresults | Lists all the policy results of a policy. |
PoliciesApi | policyresults_org_list | GET /policyresults | Lists all the policy results for an organization. |
PoliciesApi | policystatuses_list | GET /policies/{policy_id}/policystatuses | Lists the latest policy results of a policy. |
PoliciesApi | policystatuses_list_0 | GET /systems/{system_id}/policystatuses | List the policy statuses for a system |
PoliciesApi | policytemplates_get | GET /policytemplates/{id} | Get a specific Policy Template |
PoliciesApi | policytemplates_list | GET /policytemplates | Lists all of the Policy Templates |
PolicytemplatesApi | policytemplates_get | GET /policytemplates/{id} | Get a specific Policy Template |
PolicytemplatesApi | policytemplates_list | GET /policytemplates | Lists all of the Policy Templates |
ProvidersApi | providers_list_administrators | GET /providers/{provider_id}/administrators | List Provider Administrators |
ProvidersApi | providers_post_admins | POST /providers/{provider_id}/administrators | Create a new Provider Administrator |
RADIUSServersApi | graph_radius_server_associations_list | GET /radiusservers/{radiusserver_id}/associations | List the associations of a RADIUS Server |
RADIUSServersApi | graph_radius_server_associations_post | POST /radiusservers/{radiusserver_id}/associations | Manage the associations of a RADIUS Server |
RADIUSServersApi | graph_radius_server_traverse_user | GET /radiusservers/{radiusserver_id}/users | List the Users bound to a RADIUS Server |
RADIUSServersApi | graph_radius_server_traverse_user_group | GET /radiusservers/{radiusserver_id}/usergroups | List the User Groups bound to a RADIUS Server |
SambaDomainsApi | ldapservers_samba_domains_delete | DELETE /ldapservers/{ldapserver_id}/sambadomains/{id} | Delete Samba Domain |
SambaDomainsApi | ldapservers_samba_domains_get | GET /ldapservers/{ldapserver_id}/sambadomains/{id} | Get Samba Domain |
SambaDomainsApi | ldapservers_samba_domains_list | GET /ldapservers/{ldapserver_id}/sambadomains | List Samba Domains |
SambaDomainsApi | ldapservers_samba_domains_post | POST /ldapservers/{ldapserver_id}/sambadomains | Create Samba Domain |
SambaDomainsApi | ldapservers_samba_domains_put | PUT /ldapservers/{ldapserver_id}/sambadomains/{id} | Update Samba Domain |
SystemGroupAssociationsApi | graph_system_group_associations_list | GET /systemgroups/{group_id}/associations | List the associations of a System Group |
SystemGroupAssociationsApi | graph_system_group_associations_post | POST /systemgroups/{group_id}/associations | Manage the associations of a System Group |
SystemGroupAssociationsApi | graph_system_group_traverse_command | GET /systemgroups/{group_id}/commands | List the Commands bound to a System Group |
SystemGroupAssociationsApi | graph_system_group_traverse_policy | GET /systemgroups/{group_id}/policies | List the Policies bound to a System Group |
SystemGroupAssociationsApi | graph_system_group_traverse_user | GET /systemgroups/{group_id}/users | List the Users bound to a System Group |
SystemGroupAssociationsApi | graph_system_group_traverse_user_group | GET /systemgroups/{group_id}/usergroups | List the User Groups bound to a System Group |
SystemGroupMembersMembershipApi | graph_system_group_member_of | GET /systemgroups/{group_id}/memberof | List the System Group's parents |
SystemGroupMembersMembershipApi | graph_system_group_members_list | GET /systemgroups/{group_id}/members | List the members of a System Group |
SystemGroupMembersMembershipApi | graph_system_group_members_post | POST /systemgroups/{group_id}/members | Manage the members of a System Group |
SystemGroupMembersMembershipApi | graph_system_group_membership | GET /systemgroups/{group_id}/membership | List the System Group's membership |
SystemGroupsApi | graph_system_group_associations_list | GET /systemgroups/{group_id}/associations | List the associations of a System Group |
SystemGroupsApi | graph_system_group_associations_post | POST /systemgroups/{group_id}/associations | Manage the associations of a System Group |
SystemGroupsApi | graph_system_group_member_of | GET /systemgroups/{group_id}/memberof | List the System Group's parents |
SystemGroupsApi | graph_system_group_members_list | GET /systemgroups/{group_id}/members | List the members of a System Group |
SystemGroupsApi | graph_system_group_members_post | POST /systemgroups/{group_id}/members | Manage the members of a System Group |
SystemGroupsApi | graph_system_group_membership | GET /systemgroups/{group_id}/membership | List the System Group's membership |
SystemGroupsApi | graph_system_group_traverse_policy | GET /systemgroups/{group_id}/policies | List the Policies bound to a System Group |
SystemGroupsApi | graph_system_group_traverse_user | GET /systemgroups/{group_id}/users | List the Users bound to a System Group |
SystemGroupsApi | graph_system_group_traverse_user_group | GET /systemgroups/{group_id}/usergroups | List the User Groups bound to a System Group |
SystemGroupsApi | groups_system_delete | DELETE /systemgroups/{id} | Delete a System Group |
SystemGroupsApi | groups_system_get | GET /systemgroups/{id} | View an individual System Group details |
SystemGroupsApi | groups_system_list | GET /systemgroups | List all System Groups |
SystemGroupsApi | groups_system_patch | PATCH /systemgroups/{id} | Partial update a System Group |
SystemGroupsApi | groups_system_post | POST /systemgroups | Create a new System Group |
SystemGroupsApi | groups_system_put | PUT /systemgroups/{id} | Update a System Group |
SystemInsightsApi | systeminsights_list_apps | GET /systeminsights/apps | List System Insights Apps |
SystemInsightsApi | systeminsights_list_battery | GET /systeminsights/battery | List System Insights Battery |
SystemInsightsApi | systeminsights_list_bitlocker_info | GET /systeminsights/bitlocker_info | List System Insights Bitlocker Info |
SystemInsightsApi | systeminsights_list_browser_plugins | GET /systeminsights/browser_plugins | List System Insights Browser Plugins |
SystemInsightsApi | systeminsights_list_chrome_extensions | GET /systeminsights/chrome_extensions | List System Insights Chrome Extensions |
SystemInsightsApi | systeminsights_list_crashes | GET /systeminsights/crashes | List System Insights Crashes |
SystemInsightsApi | systeminsights_list_disk_encryption | GET /systeminsights/disk_encryption | List System Insights Disk Encryption |
SystemInsightsApi | systeminsights_list_disk_info | GET /systeminsights/disk_info | List System Insights Disk Info |
SystemInsightsApi | systeminsights_list_etc_hosts | GET /systeminsights/etc_hosts | List System Insights Etc Hosts |
SystemInsightsApi | systeminsights_list_firefox_addons | GET /systeminsights/firefox_addons | List System Insights Firefox Addons |
SystemInsightsApi | systeminsights_list_groups | GET /systeminsights/groups | List System Insights Groups |
SystemInsightsApi | systeminsights_list_ie_extensions | GET /systeminsights/ie_extensions | List System Insights IE Extensions |
SystemInsightsApi | systeminsights_list_interface_addresses | GET /systeminsights/interface_addresses | List System Insights Interface Addresses |
SystemInsightsApi | systeminsights_list_kernel_info | GET /systeminsights/kernel_info | List System Insights Kernel Info |
SystemInsightsApi | systeminsights_list_launchd | GET /systeminsights/launchd | List System Insights Launchd |
SystemInsightsApi | systeminsights_list_logged_in_users | GET /systeminsights/logged_in_users | List System Insights Logged-In Users |
SystemInsightsApi | systeminsights_list_logical_drives | GET /systeminsights/logical_drives | List System Insights Logical Drives |
SystemInsightsApi | systeminsights_list_mounts | GET /systeminsights/mounts | List System Insights Mounts |
SystemInsightsApi | systeminsights_list_os_version | GET /systeminsights/os_version | List System Insights OS Version |
SystemInsightsApi | systeminsights_list_patches | GET /systeminsights/patches | List System Insights Patches |
SystemInsightsApi | systeminsights_list_programs | GET /systeminsights/programs | List System Insights Programs |
SystemInsightsApi | systeminsights_list_safari_extensions | GET /systeminsights/safari_extensions | List System Insights Safari Extensions |
SystemInsightsApi | systeminsights_list_system_apps | GET /systeminsights/{system_id}/apps | List System Insights System Apps |
SystemInsightsApi | systeminsights_list_system_bitlocker_info | GET /systeminsights/{system_id}/bitlocker_info | List System Insights System Bitlocker Info |
SystemInsightsApi | systeminsights_list_system_browser_plugins | GET /systeminsights/{system_id}/browser_plugins | List System Insights System Browser Plugins |
SystemInsightsApi | systeminsights_list_system_chrome_extensions | GET /systeminsights/{system_id}/chrome_extensions | List System Insights System Chrome Extensions |
SystemInsightsApi | systeminsights_list_system_controls | GET /systeminsights/system_controls | List System Insights System Control |
SystemInsightsApi | systeminsights_list_system_disk_encryption | GET /systeminsights/{system_id}/disk_encryption | List System Insights System Disk Encryption |
SystemInsightsApi | systeminsights_list_system_disk_info | GET /systeminsights/{system_id}/disk_info | List System Insights System Disk Info |
SystemInsightsApi | systeminsights_list_system_etc_hosts | GET /systeminsights/{system_id}/etc_hosts | List System Insights System Etc Hosts |
SystemInsightsApi | systeminsights_list_system_firefox_addons | GET /systeminsights/{system_id}/firefox_addons | List System Insights System Firefox Addons |
SystemInsightsApi | systeminsights_list_system_groups | GET /systeminsights/{system_id}/groups | List System Insights System Groups |
SystemInsightsApi | systeminsights_list_system_info | GET /systeminsights/system_info | List System Insights System Info |
SystemInsightsApi | systeminsights_list_system_interface_addresses | GET /systeminsights/{system_id}/interface_addresses | List System Insights System Interface Addresses |
SystemInsightsApi | systeminsights_list_system_kernel_info | GET /systeminsights/{system_id}/kernel_info | List System Insights System Kernel Info |
SystemInsightsApi | systeminsights_list_system_logical_drives | GET /systeminsights/{system_id}/logical_drives | List System Insights System Logical Drives |
SystemInsightsApi | systeminsights_list_system_mounts | GET /systeminsights/{system_id}/mounts | List System Insights System Mounts |
SystemInsightsApi | systeminsights_list_system_os_version | GET /systeminsights/{system_id}/os_version | List System Insights System OS Version |
SystemInsightsApi | systeminsights_list_system_patches | GET /systeminsights/{system_id}/patches | List System Insights System Patches |
SystemInsightsApi | systeminsights_list_system_programs | GET /systeminsights/{system_id}/programs | List System Insights System Programs |
SystemInsightsApi | systeminsights_list_system_safari_extensions | GET /systeminsights/{system_id}/safari_extensions | List System Insights System Safari Extensions |
SystemInsightsApi | systeminsights_list_system_system_controls | GET /systeminsights/{system_id}/system_controls | List System Insights System System Controls |
SystemInsightsApi | systeminsights_list_system_system_info | GET /systeminsights/{system_id}/system_info | List System Insights System System Info |
SystemInsightsApi | systeminsights_list_system_uptime | GET /systeminsights/{system_id}/uptime | List System Insights System Uptime |
SystemInsightsApi | systeminsights_list_system_users | GET /systeminsights/{system_id}/users | List System Insights System Users |
SystemInsightsApi | systeminsights_list_uptime | GET /systeminsights/uptime | List System Insights Uptime |
SystemInsightsApi | systeminsights_list_usb_devices | GET /systeminsights/usb_devices | List System Insights USB Devices |
SystemInsightsApi | systeminsights_list_user_groups | GET /systeminsights/user_groups | List System Insights User Groups |
SystemInsightsApi | systeminsights_list_users | GET /systeminsights/users | List System Insights Users |
SystemInsightsApi | systeminsights_list_windows_crashes | GET /systeminsights/windows_crashes | List System Insights Windows Crashes |
SystemsApi | graph_system_associations_list | GET /systems/{system_id}/associations | List the associations of a System |
SystemsApi | graph_system_associations_post | POST /systems/{system_id}/associations | Manage associations of a System |
SystemsApi | graph_system_member_of | GET /systems/{system_id}/memberof | List the parent Groups of a System |
SystemsApi | graph_system_traverse_command | GET /systems/{system_id}/commands | List the Commands bound to a System |
SystemsApi | graph_system_traverse_policy | GET /systems/{system_id}/policies | List the Policies bound to a System |
SystemsApi | graph_system_traverse_user | GET /systems/{system_id}/users | List the Users bound to a System |
SystemsApi | graph_system_traverse_user_group | GET /systems/{system_id}/usergroups | List the User Groups bound to a System |
SystemsApi | systems_get_fde_key | GET /systems/{system_id}/fdekey | Get System FDE Key |
UserGroupAssociationsApi | graph_user_group_associations_list | GET /usergroups/{group_id}/associations | List the associations of a User Group. |
UserGroupAssociationsApi | graph_user_group_associations_post | POST /usergroups/{group_id}/associations | Manage the associations of a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_active_directory | GET /usergroups/{group_id}/activedirectories | List the Active Directories bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_application | GET /usergroups/{group_id}/applications | List the Applications bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_directory | GET /usergroups/{group_id}/directories | List the Directories bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_g_suite | GET /usergroups/{group_id}/gsuites | List the G Suite instances bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_ldap_server | GET /usergroups/{group_id}/ldapservers | List the LDAP Servers bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_office365 | GET /usergroups/{group_id}/office365s | List the Office 365 instances bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_radius_server | GET /usergroups/{group_id}/radiusservers | List the RADIUS Servers bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_system | GET /usergroups/{group_id}/systems | List the Systems bound to a User Group |
UserGroupAssociationsApi | graph_user_group_traverse_system_group | GET /usergroups/{group_id}/systemgroups | List the System Groups bound to User Groups |
UserGroupMembersMembershipApi | graph_user_group_member_of | GET /usergroups/{group_id}/memberof | List the User Group's parents |
UserGroupMembersMembershipApi | graph_user_group_members_list | GET /usergroups/{group_id}/members | List the members of a User Group |
UserGroupMembersMembershipApi | graph_user_group_members_post | POST /usergroups/{group_id}/members | Manage the members of a User Group |
UserGroupMembersMembershipApi | graph_user_group_membership | GET /usergroups/{group_id}/membership | List the User Group's membership |
UserGroupsApi | graph_user_group_associations_list | GET /usergroups/{group_id}/associations | List the associations of a User Group. |
UserGroupsApi | graph_user_group_associations_post | POST /usergroups/{group_id}/associations | Manage the associations of a User Group |
UserGroupsApi | graph_user_group_member_of | GET /usergroups/{group_id}/memberof | List the User Group's parents |
UserGroupsApi | graph_user_group_members_list | GET /usergroups/{group_id}/members | List the members of a User Group |
UserGroupsApi | graph_user_group_members_post | POST /usergroups/{group_id}/members | Manage the members of a User Group |
UserGroupsApi | graph_user_group_membership | GET /usergroups/{group_id}/membership | List the User Group's membership |
UserGroupsApi | graph_user_group_traverse_active_directory | GET /usergroups/{group_id}/activedirectories | List the Active Directories bound to a User Group |
UserGroupsApi | graph_user_group_traverse_application | GET /usergroups/{group_id}/applications | List the Applications bound to a User Group |
UserGroupsApi | graph_user_group_traverse_directory | GET /usergroups/{group_id}/directories | List the Directories bound to a User Group |
UserGroupsApi | graph_user_group_traverse_g_suite | GET /usergroups/{group_id}/gsuites | List the G Suite instances bound to a User Group |
UserGroupsApi | graph_user_group_traverse_ldap_server | GET /usergroups/{group_id}/ldapservers | List the LDAP Servers bound to a User Group |
UserGroupsApi | graph_user_group_traverse_office365 | GET /usergroups/{group_id}/office365s | List the Office 365 instances bound to a User Group |
UserGroupsApi | graph_user_group_traverse_radius_server | GET /usergroups/{group_id}/radiusservers | List the RADIUS Servers bound to a User Group |
UserGroupsApi | graph_user_group_traverse_system | GET /usergroups/{group_id}/systems | List the Systems bound to a User Group |
UserGroupsApi | graph_user_group_traverse_system_group | GET /usergroups/{group_id}/systemgroups | List the System Groups bound to User Groups |
UserGroupsApi | groups_user_delete | DELETE /usergroups/{id} | Delete a User Group |
UserGroupsApi | groups_user_get | GET /usergroups/{id} | View an individual User Group details |
UserGroupsApi | groups_user_list | GET /usergroups | List all User Groups |
UserGroupsApi | groups_user_patch | PATCH /usergroups/{id} | Partial update a User Group |
UserGroupsApi | groups_user_post | POST /usergroups | Create a new User Group |
UserGroupsApi | groups_user_put | PUT /usergroups/{id} | Update a User Group |
UsersApi | graph_user_associations_list | GET /users/{user_id}/associations | List the associations of a User |
UsersApi | graph_user_associations_post | POST /users/{user_id}/associations | Manage the associations of a User |
UsersApi | graph_user_member_of | GET /users/{user_id}/memberof | List the parent Groups of a User |
UsersApi | graph_user_traverse_application | GET /users/{user_id}/applications | List the Applications bound to a User |
UsersApi | graph_user_traverse_directory | GET /users/{user_id}/directories | List the Directories bound to a User |
UsersApi | graph_user_traverse_g_suite | GET /users/{user_id}/gsuites | List the G Suite instances bound to a User |
UsersApi | graph_user_traverse_ldap_server | GET /users/{user_id}/ldapservers | List the LDAP servers bound to a User |
UsersApi | graph_user_traverse_office365 | GET /users/{user_id}/office365s | List the Office 365 instances bound to a User |
UsersApi | graph_user_traverse_radius_server | GET /users/{user_id}/radiusservers | List the RADIUS Servers bound to a User |
UsersApi | graph_user_traverse_system | GET /users/{user_id}/systems | List the Systems bound to a User |
UsersApi | graph_user_traverse_system_group | GET /users/{user_id}/systemgroups | List the System Groups bound to a User |
UsersApi | users_send_emails | POST /users/{user_id}/emails | Send User Emails |
WorkdayImportApi | workdays_authorize | POST /workdays/{workday_id}/auth | Authorize Workday |
WorkdayImportApi | workdays_deauthorize | DELETE /workdays/{workday_id}/auth | Deauthorize Workday |
WorkdayImportApi | workdays_delete | DELETE /workdays/{id} | Delete Workday |
WorkdayImportApi | workdays_get | GET /workdays/{id} | Get Workday |
WorkdayImportApi | workdays_import | POST /workdays/{workday_id}/import | Workday Import |
WorkdayImportApi | workdays_importresults | GET /workdays/{id}/import/{job_id}/results | List Import Results |
WorkdayImportApi | workdays_list | GET /workdays | List Workdays |
WorkdayImportApi | workdays_post | POST /workdays | Create new Workday |
WorkdayImportApi | workdays_put | PUT /workdays/{id} | Update Workday |
WorkdayImportApi | workdays_settings | GET /workdays/settings | Get Workday Settings (incomplete) |
WorkdayImportApi | workdays_workers | GET /workdays/{workday_id}/workers | List Workday Workers |
DefaultApi | jc_enrollment_profiles_delete | DELETE /enrollmentprofiles/{enrollment_profile_id} | Delete Enrollment Profile |
DefaultApi | jc_enrollment_profiles_get | GET /enrollmentprofiles/{enrollment_profile_id} | Get Enrollment Profile |
DefaultApi | jc_enrollment_profiles_list | GET /enrollmentprofiles | List Enrollment Profiles |
DefaultApi | jc_enrollment_profiles_post | POST /enrollmentprofiles | Create new Enrollment Profile |
DefaultApi | jc_enrollment_profiles_put | PUT /enrollmentprofiles/{enrollment_profile_id} | Update Enrollment Profile |
FdeApi | systems_get_fde_key | GET /systems/{system_id}/fdekey | Get System FDE Key |
- ActiveDirectoryAgentGetOutput
- ActiveDirectoryAgentInput
- ActiveDirectoryAgentListOutput
- ActiveDirectoryInput
- Administrator
- AppleMDM
- AppleMdmPatchInput
- AuthInfo
- AuthInput
- AuthInputObject
- AuthinputBasic
- AuthinputOauth
- Body
- Body1
- Body2
- Body3
- BulkUserCreate
- BulkUserUpdate
- Directory
- DuoAccount
- DuoApplication
- DuoApplicationReq
- DuoApplicationUpdateReq
- DuoRegistrationApplication
- DuoRegistrationApplicationReq
- Emailrequest
- EnrollmentProfile
- Error
- Errorresponse
- GSuiteBuiltinTranslation
- GSuiteTranslationRule
- GSuiteTranslationRuleRequest
- GraphConnection
- GraphManagementReq
- GraphObject
- GraphObjectWithPaths
- GraphType
- Group
- GroupType
- GsuiteOutput
- GsuitePatchInput
- InlineResponse200
- InlineResponse2001
- InlineResponse201
- InlineResponse400
- JcEnrollmentProfile
- JobDetails
- JobId
- JobWorkresult
- LdapServerAction
- LdapServerInput
- Mfa
- Mobileconfig
- OauthCodeInput
- Office365BuiltinTranslation
- Office365TranslationRule
- Office365TranslationRuleRequest
- OrgCryptoSettings
- OrgcryptosettingsSshKeys
- Policy
- PolicyRequest
- PolicyRequestTemplate
- PolicyResult
- PolicyTemplate
- PolicyTemplateConfigField
- PolicyTemplateConfigFieldTooltip
- PolicyTemplateConfigFieldTooltipVariables
- PolicyTemplateWithDetails
- PolicyValue
- PolicyWithDetails
- Provider
- ProviderAdminReq
- ProviderContact
- SalesforceKnowledgeListOutput
- SalesforceknowledgelistoutputInner
- SambaDomainInput
- Sshkeylist
- SystemGraphManagementReq
- SystemGraphManagementReqAttributes
- SystemGraphManagementReqAttributesSudo
- SystemGroup
- SystemGroupData
- SystemGroupGraphManagementReq
- SystemGroupMembersReq
- SystemInsightsApps
- SystemInsightsBattery
- SystemInsightsBitlockerInfo
- SystemInsightsBrowserPlugins
- SystemInsightsChromeExtensions
- SystemInsightsCrashes
- SystemInsightsDiskEncryption
- SystemInsightsDiskInfo
- SystemInsightsEtcHosts
- SystemInsightsFirefoxAddons
- SystemInsightsGroups
- SystemInsightsIeExtensions
- SystemInsightsInterfaceAddresses
- SystemInsightsKernelInfo
- SystemInsightsLaunchd
- SystemInsightsLoggedInUsers
- SystemInsightsLogicalDrvies
- SystemInsightsMounts
- SystemInsightsOsVersion
- SystemInsightsPatches
- SystemInsightsPrograms
- SystemInsightsSafariExtensions
- SystemInsightsSystemControls
- SystemInsightsSystemInfo
- SystemInsightsUptime
- SystemInsightsUsbDevices
- SystemInsightsUserGroups
- SystemInsightsUsers
- SystemInsightsWindowsCrashes
- Systemfdekey
- Systemuser
- Systemuserputpost
- SystemuserputpostAddresses
- SystemuserputpostPhoneNumbers
- UserGraphManagementReq
- UserGroup
- UserGroupAttributes
- UserGroupAttributesPosixGroups
- UserGroupGraphManagementReq
- UserGroupMembersReq
- UserGroupPost
- UserGroupPut
- WorkdayFields
- WorkdayInput
- WorkdayOutput
- WorkdayRequest
- WorkdayWorker
- WorkdayoutputAuth
- ActiveDirectoryOutput
- LdapServerOutput
- SambaDomainOutput
- Type: API key
- API key parameter name: x-api-key
- Location: HTTP header