Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.31
references/scim2.mdMarkdown2 KBView on GitHub
Authoritative endpoint inventory for SCIM2. This file mirrors the official Zoom API Hub OpenAPI document for this product area.
https://api.zoom.uspaths object.../examples/ for orchestration patterns, not as the canonical source of path names.| Metric | Value |
|---|---|
| Endpoint operations | 11 |
| Path templates | 4 |
| Tags | 2 |
| Tag | Operations |
|---|---|
| Group | 5 |
| User | 6 |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scim2/Groups | List groups | groupSCIM2List |
| POST | /scim2/Groups | Create a group | groupScim2Create |
| DELETE | /scim2/Groups/{groupId} | Delete a group | groupSCIM2Delete |
| GET | /scim2/Groups/{groupId} | Get a group | groupSCIM2Get |
| PATCH | /scim2/Groups/{groupId} | Update a group | groupSCIM2Update |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scim2/Users | List users | userSCIM2List |
| POST | /scim2/Users | Create a user | userScim2Create |
| DELETE | /scim2/Users/{userId} | Delete a user | userSCIM2Delete |
| GET | /scim2/Users/{userId} | Get a user | userSCIM2Get |
| PATCH | /scim2/Users/{userId} | Deactivate a user | userADSCIM2Deactivate |
| PUT | /scim2/Users/{userId} | Update a user | userSCIM2Update |