CreateBlogSupport
Log inSign up
Home
Webex Admin
  • Overview
  • Admin APIs
  • Authentication
  • Guides
  • API REFERENCE
  • All APIs
  • Changelog
  • Suite Sandbox

Webex Admin

Overview

System for Cross Domain Identity Management (SCIM)

The System for Cross Domain Identity Management (SCIM) is an Internet Task Engineering Force (IETF) standard for transmitting digital identity data between domains. The SCIM 2.0 standard is published with the IETF at SCIM Protocol and SCIM Schema. Webex supports both the Core Schema and Enterprise Extension schema. This standard allows for interoperability with SCIM 2.0 compliant clients and simplifies automating user identity provisioning to Webex.

anchorSCIM Endpoints and HTTP Methods

anchor

The SCIM protocol defines HTTP methods and endpoints for managing resources, such as "User" and "Group" resources that correspond to "/Users" and "/Groups".

HTTP methodSCIM Usage
GETRetrieves one or more complete or partial resources.
POSTDepending on the endpoint, creates new resources, or may be used to bulk-modify resources.
PUTModifies a resource by replacing existing attributes with a specified set of replacement attributes (replace). PUT should not be used to create new resources.
PATCHModifies a resource with a set of client-specified changes. (partial update).
DELETEDeletes a resource.

anchorSupported attributes and Schemas

anchor

SchemaSupported attributes
urn:ietf:params:scim:schemas:core:2.0:Userid (readonly)
userName
active
roles
      value
      type
      display
name
      givenName
      familyName
      middleName
      honorificPrefix
      honorificSuffix
displayName
nickName
emails
      value
      type
      display
      primary
userType
profileUrl
title
preferredLanguage
locale
externalId
timezone
phoneNumbers
      value
      type
      display
      primary
photos
      value
      type
      display
      primary
addresses
      type
      streetAddress
      locality
      region
      postalCode
      country
urn:ietf:params:scim:schemas:extension:enterprise:2.0:UsercostCenter
organization
division
department
employeeNumber
manager
      value
      displayName
      $ref (readonly)
urn:scim:schemas:extension:cisco:webexidentity:2.0:UseraccountStatus
sipAddresses
      value
      type
      display
      primary
managedOrgs
      orgId
      role
managedGroups (readonly)
      orgId
      groupId
      role
extensionAttribute(1-15)
externalAttribute(1-15)
      source
      value
In This Article
  • SCIM Endpoints and HTTP Methods
  • Supported attributes and Schemas

Connect

Support

Developer Community

Developer Events

Contact Sales

Handy Links

Webex Ambassadors

Webex App Hub

Resources

Open Source Bot Starter Kits

Download Webex

DevNet Learning Labs

Terms of Service

Privacy Policy

Cookie Policy

Trademarks

© 2025 Cisco and/or its affiliates. All rights reserved.