Organization Contacts
Organizational contacts are entities that can be created, imported, or synchronized with Webex. Searching and viewing contacts require an auth token with a scope of Identity:contact
or Identity:SCIM
, while adding, updating, and removing contacts in your Organization requires an administrator auth token with the Identity:contact
or Identity:SCIM
scope. An admin can only operate on the contacts list for his org or a managed org.
Note:
broadworks-connector
entitled callers are limited to org contacts with either source=CH
or source=Webex4Broadworks
, while non-entitled callers are limited to source=CH
.The
orgId
used in the path for this API are the org UUIDs. They follow a xxxx-xxxx-xxxx-xxxx pattern. If you have an orgId in base64 encoded format (starting with Y2.....) you need to base64 decode the id and extract the UUID from the slug, before you use it in your API call.