Cisco Directory Connectors website screenshot

Cisco Directory Connectors

The Cisco Directory Connectors API provides programmatic access to manage and synchronize user directories with Cisco services. It enables integration with Active Directory, LDAP, and other directory services to automate user provisioning and management.

1 APIs 0 Features
Active DirectoryDirectory ServicesIdentity ManagementLDAPUser Synchronization

APIs

Cisco Directory Connector API

REST API for managing directory synchronization and user provisioning.

Collections

Pricing Plans

Rate Limits

FinOps

Resources

🌐
Portal
Portal
👥
GitHubOrganization
GitHubOrganization
📰
Blog
Blog
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Cisco Directory Connectors API (via Webex People & Groups)
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: People
    type: folder
  items:
  - info:
      name: List synchronized people
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/people
      params:
      - name: email
        value: ''
        type: query
      - name: displayName
        value: ''
        type: query
      - name: orgId
        value: ''
        type: query
      - name: max
        value: ''
        type: query
    docs: List synchronized people
  - info:
      name: Create a person
      type: http
    http:
      method: POST
      url: https://webexapis.com/v1/people
      body:
        type: json
        data: '{}'
    docs: Create a person
  - info:
      name: Get person details
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/people/:personId
      params:
      - name: personId
        value: ''
        type: path
    docs: Get person details
  - info:
      name: Update a person
      type: http
    http:
      method: PUT
      url: https://webexapis.com/v1/people/:personId
      params:
      - name: personId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a person
  - info:
      name: Delete a person
      type: http
    http:
      method: DELETE
      url: https://webexapis.com/v1/people/:personId
      params:
      - name: personId
        value: ''
        type: path
    docs: Delete a person
- info:
    name: Groups
    type: folder
  items:
  - info:
      name: List groups
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/groups
      params:
      - name: orgId
        value: ''
        type: query
      - name: includeMembers
        value: ''
        type: query
      - name: max
        value: ''
        type: query
    docs: List groups
  - info:
      name: Create a group
      type: http
    http:
      method: POST
      url: https://webexapis.com/v1/groups
      body:
        type: json
        data: '{}'
    docs: Create a group
  - info:
      name: Get a group
      type: http
    http:
      method: GET
      url: https://webexapis.com/v1/groups/:groupId
      params:
      - name: groupId
        value: ''
        type: path
    docs: Get a group
  - info:
      name: Update a group
      type: http
    http:
      method: PATCH
      url: https://webexapis.com/v1/groups/:groupId
      params:
      - name: groupId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a group
  - info:
      name: Delete a group
      type: http
    http:
      method: DELETE
      url: https://webexapis.com/v1/groups/:groupId
      params:
      - name: groupId
        value: ''
        type: path
    docs: Delete a group
bundled: true