jumpcloud_api_request
Execute any JumpCloud API call by providing HTTP method, path, and optional query or body. Enables full endpoint coverage for custom requests; mutations require an admin key.
Instructions
Generic JumpCloud request executor. Use for explicit domain/method/path calls with full endpoint coverage. Mutations require admin key if configured. Risk: variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| query | No | ||
| domain | No | ||
| method | Yes | ||
| userId | No | ||
| headers | No | ||
| tokenId | No | ||
| tenantId | No | ||
| authorizationKey | No |