What problem does it solve? Managing Webex identity and directory operations requires navigating SCIM APIs, domain verification via DNS, org settings, and bulk jobs, where mistakes like using PUT instead of PATCH can silently delete user data. ## Core Features & Use Cases - SCIM User and Group Management: Search, create, update (PATCH), bulk import, and deactivate users and groups with safe partial-update patterns. - Domain Verification and Org Settings: Verify and claim domains via DNS TXT records, configure MFA, password policy, org rename, and feature settings by key. - Directory Operations: Import org contacts in bulk, resend activation emails, look up archived (deleted) users, and list space classification labels. - Use Case: An admin needs to sync 50 users from Okta into Webex. The skill verifies the domain is claimed, confirms identity scopes, builds a SCIM bulk import plan, executes it after approval, and verifies per-operation status codes. ## Quick Start Ask the assistant to sync users from your identity provider into Webex, verify a domain, or clean up stale directory accounts using the manage-identity skill.