JumpCloud Integration Setup

Integrating Rewst with JumpCloud offers users a powerful combination of IT documentation and cloud directory services. With this integration, Rewst users can seamlessly leverage JumpCloud's comprehensive identity and access management capabilities within the Rewst platform. Users can efficiently manage user accounts, access permissions, and authentication processes, all while maintaining a centralized documentation repository in Rewst. This integration streamlines IT operations, enhances security, and simplifies user management, providing a seamless experience for managing identities and accessing IT documentation within the Rewst platform.

Setup

Jumpcloud Setup

  1. Log in to the JumpCloud Console.

  2. Click on your User Icon to reveal the user settings menu.

  3. Click "My API Key".

  4. Copy the API Key.

To access multiple organizations with this integration you must also:

  • Have access to the JumpCloud Multi-Tenant Portal

  • Define a default organization ID in the integration configuration form in Rewst

  • Map organizations to their JumpCloud counterparts in Rewst

Click here for more information about multi-tenancy in JumpCloud.

Rewst Setup

  1. Navigate to the integrations page in Rewst.

  2. Click on the JumpCloud integration.

  3. Fill out the configuration form using the API key generated in JumpCloud.

  4. (Optional) Define a default organization ID in the configuration form.

  5. Save the configuration form.

  6. Map Rewst organizations to their JumpCloud counterparts in Rewst.

Actions

Groups

List User Groups

Request - List User Groups

GET /v2/usergroups

Add User To Group

Adds a user to specified group

Request - Add User To Group

POST /v2/usergroups/{group_id}/members

Remove User From Group

Removes a user to specified group

Request - Remove User From Group

POST /v2/usergroups/{group_id}/members


Objects - Group

Filter

Users

Get User

Gets user by user ID

Request - Get User

GET /systemusers?filter=_id:$eq:{user_id}

Create User

Request - Create User

POST /systemusers

Delete User

Delete user by user ID

Request - Delete User

DELETE /systemusers/{user_id}

Modify User

Modify user by user ID

Request - Modify User

PUT /systemusers/{user_id}

Assign Manager

Assigns manager to specified user

Request - Assign Manager

PUT /systemusers/{user_id}

Change Password

Changes the specified user's password

Request - Change Password

PUT /systemusers/{user_id}


Objects - User

Address


Attribute


Phonenumber


Recoveryemail


Relationship

Last updated