> For the complete documentation index, see [llms.txt](https://docs.apono.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apono.io/docs/additional-integrations/identity-providers/jumpcloud-groups.md).

# JumpCloud Groups

## Overview

If your organization manages access to apps and accounts using IdP groups, for example by adding users to shift groups, you can now create Access Flow to control who can request temporary group membership.

Upon approved request, Apono will add users to groups and remove them after the access time is up.

## Prerequisites

* **JumpCloud** - Super Admin privilege to the Okta Admin Console
* **Cloud Provider/K8S** - Create secret privileges in cloud provider or Kubernetes secrets manager
* JumpCloud admin API Key

## Integrating JumpCloud groups

### 1. Get API Token from the JumpCloud Admin UI

1. Log in to your JumpCloud organization with the *Apono dedicated admin user.*
2. Click on your Profile (icon with your initials).
3. In the menu click *My API Key.*
4. Copy the admin API Key.

### 2. Create a secret

1. Go to your cloud provider secret manager and create a new secret.
2. In the secret content, store the following field. Be sure to replace with the value you copied in the previous step.

```json
"token": "<JumpCloud admin API token>"
```

1. Tag the created secret with the following tag:\
   Key: `apono-connector-read`\
   Value: `true`
2. Store the newly created secret.

{% hint style="success" %}
You can also use an existing secret you've already created for Apono
{% endhint %}

### 3. In Apono - Connect JumpCloud integration

1. Go to the Apono Catalog.
2. Under Resources, find the JumpCloud integration.
3. Click the integration.
4. Give the integration a name.
5. In Select Connector, choose a connector from the list of connectors or add a new connector.
6. In the Secret Store section, choose the secret store location you created in step 2. You can also use an existing secret you've already created for Apono.
7. Click Connect.
8. That's it!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apono.io/docs/additional-integrations/identity-providers/jumpcloud-groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
