Documentation
Log in
Log in
Build
Platform Introduction
Embedded Apps
What's NewOverviewDeveloper GuideSidebar API Quick Start
Design Guidelines
MessagingMeetingsDevicesSidebar
API Reference
BotsButtons and CardsIntegrationsBYODSService Apps G2GWidgetsLogin with WebexDeveloper SandboxBeta ProgramSupport PolicyFAQs
APIs
API Behavior ChangesXML API DeprecationAccess the APIREST API BasicsComplianceWebex APIs
Admin
OverviewAdmin APIsHybrid ServicesAuthentication
Guides
Hybrid ServicesWebhooksReal-time File DLP BasicsProvisioning APIsBackground ImagesAudit Events Error Reference
Reference
Admin Audit EventsAuthorizationsEventsGroupsHybrid ClustersHybrid ConnectorsLicensesMeeting QualitiesOrganizationsPartner Reports/TemplatesPeopleRecording ReportRecordingsReportsResource Group MembershipsResource GroupsRolesSecurity Audit EventsSession TypesSpace ClassificationsTracking CodesWorkspace LocationsWorkspace Metrics
Webex Calling Beta
Overview
Guides
Integrations and AuthorizationMetadata and Samples
Webex Calling
OverviewSDKs and ToolsWhat's New
Guides
Integrations and AuthorizationProvisioning APIsMetadata and SamplesBackground Images
Reference
Call ControlsCall RoutingCall Settings For MeCalling Service SettingsClient Call SettingsConference ControlsConverged RecordingsDevice Call SettingsDevicesEmergency Services SettingsFeatures: Announcement PlaylistFeatures: Announcement RepositoryFeatures: Auto AttendantFeatures: Call ParkFeatures: Call PickupFeatures: Call QueueFeatures: Customer Experience EssentialsFeatures: Hunt GroupFeatures: Operating ModesFeatures: Paging GroupFeatures: Single Number ReachLocation Call SettingsLocation Call Settings: Call HandlingLocation Call Settings: SchedulesLocation Call Settings: VoicemailLocationsNumbersPSTNPartner Reports/TemplatesPeopleRecording ReportReportsReports: Detailed Call HistorySend Activation EmailUser Call SettingsVirtual Line Call SettingsWorkspace Call SettingsWorkspaces
Webex for Broadworks
Overview
Guides
Integrations and AuthorizationDeveloper's Guide
Reference
BroadWorks Billing ReportsBroadWorks Subscribers
Webex for Wholesale
Overview
Guides
Developer's Guide
Reference
Wholesale Billing ReportsWholesale Provisioning
Contact Center
Overview
Devices
Overview
Guides
Devices
Reference
Device Call SettingsDevice ConfigurationsDevicesWorkspace LocationsWorkspace MetricsWorkspace PersonalizationWorkspacesxAPI
Directory Services
Reference
Domain ManagementIdentity Organization
Meetings
Overview
Guides
Integrations and AuthorizationWebhooksWebinar GuideMeeting Resource Guide
Reference
Meeting ChatsMeeting Closed CaptionsMeeting InviteesMeeting ParticipantsMeeting PollsMeeting PreferencesMeeting Q and AMeeting QualitiesMeetingsMeetings Summary ReportPeopleRecording ReportRecordingsSession TypesTracking CodesVideo MeshWebhooks
Messaging
Overview
Guides
BotsIntegrations and AuthorizationWebhooksButtons and Cards
Reference
Attachment ActionsEventsMembershipsMessagesPeopleRoom TabsRoomsTeam MembershipsTeamsWebhooks
SCIM 2
Overview
Reference
SCIM 2 BulkSCIM 2 Groups
POSTCreate a group
GETGet a group
GETSearch groups
GETGet Group Members
PUTUpdate a group with PUT
PATCHUpdate a group with PATCH
DELETEDelete a group
SCIM 2 Users
FedRAMP
Overview
Guides
Create a BotCreate an IntegrationNotes on API Support
Workspace Integrations
OverviewTechnical DetailsControl Hub Features
Full API Reference
Admin Audit EventsAttachment ActionsAuthorizationsBroadWorks Billing ReportsBroadWorks SubscribersCall ControlsCall RoutingCall Settings For MeCalling Service SettingsClient Call SettingsConference ControlsConverged RecordingsDevice Call SettingsDevice ConfigurationsDevicesDomain ManagementEmergency Services SettingsEventsFeatures: Announcement PlaylistFeatures: Announcement RepositoryFeatures: Auto AttendantFeatures: Call ParkFeatures: Call PickupFeatures: Call QueueFeatures: Customer Experience EssentialsFeatures: Hunt GroupFeatures: Operating ModesFeatures: Paging GroupFeatures: Single Number ReachGroupsHybrid ClustersHybrid ConnectorsIdentity OrganizationIssuesLicensesLocation Call SettingsLocation Call Settings: Call HandlingLocation Call Settings: SchedulesLocation Call Settings: VoicemailLocationsMeeting ChatsMeeting Closed CaptionsMeeting InviteesMeeting ParticipantsMeeting PollsMeeting PreferencesMeeting Q and AMeeting QualitiesMeetingsMeetings Summary ReportMembershipsMessagesNumbersOrganizationsPSTNPartner Reports/TemplatesPeopleRecording ReportRecordingsReportsReports: Detailed Call HistoryResource Group MembershipsResource GroupsRolesRoom TabsRoomsSCIM 2 BulkSCIM 2 Groups
POSTCreate a group
GETGet a group
GETSearch groups
GETGet Group Members
PUTUpdate a group with PUT
PATCHUpdate a group with PATCH
DELETEDelete a group
SCIM 2 UsersSecurity Audit EventsSend Activation EmailSession TypesSiteSpace ClassificationsTeam MembershipsTeamsTracking CodesUser Call SettingsVideo MeshVirtual Line Call SettingsWebhooksWholesale Billing ReportsWholesale ProvisioningWorkspace Call SettingsWorkspace LocationsWorkspace MetricsWorkspace PersonalizationWorkspacesxAPI
API Changelog
SDKs
Space Meetings Migration
Meetings
Introduction
Platform
Web
IntroductionQuickstart
Basics
AuthorizationJoin a MeetingMigration To Improved MeetingsPasswords & CaptchasUnified Space Meetings
Advanced Features
Advanced ControlsDialing In and OutStreams & EffectsVideo Resolution
Multistream
Multistream Comprehensive GuideMultistream Quickstart
Migrating SDK V2 to V3
iOSAndroidBrowserNode.js
Developer CommunityCertifications

Search groups

Retrieve a list of groups in the organization.

Long result sets are split into pages.


Authorization

An OAuth token rendered by Identity Broker.


One of the following OAuth scopes is required:

  • identity:people_rw

  • identity:people_read


The following administrators can use this API:

  • id_full_admin

  • id_group_admin

  • id_readonly_admin

  • id_device_admin

GET/v1/identity/scim/{orgId}/v2/Groups
URI Parameters
orgId
stringrequired

The ID of the organization to which this group belongs. If not specified, the organization ID from the OAuth token is used.

Query Parameters
filter
string

The url encoded filter. The example content is 'displayName Eq "group1@example.com" or displayName Eq "group2@example.com"'. For more filter patterns, see https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.2.2. If the value is empty, the API returns all groups under the organization.

excludedAttributes
string

Attributes to be excluded from the return.

attributes
string

The attributes to return.

startIndex
number

An integer indicating the 1-based index of the first query result. The default is 1.

count
number

An integer indicating the desired maximum number of query results per page. The default is 100.

sortBy
string

A string indicating the attribute whose value be used to order the returned responses. Now we only allow displayName, id, meta.lastModified to sort.

sortOrder
string

A string indicating the order in which the sortBy parameter is applied. Allowed values are ascending and descending.

includeMembers
boolean

Default "false". If false, no members returned.

memberType
string

Filter the members by member type. Sample data: user, machine, group.

Response Properties
schemas
array[string]

Input JSON schemas.

memberSize
number

Total number of groups in search results.

itemsPerPage
number

The total number of items in a paged result.

startIndex
number

Start at the one-based offset in the list of matching contacts.

Resources
array[GetGroupResponse]

An array of group objects.

schemas
array[string]

Input JSON schemas.

displayName
string

A human-readable name for the group.

id
string

A unique identifier for the group.

externalId
string

An identifier for the resource as defined by the provisioning client.

members
array[object]

A list of members of this group.

type
string

A label indicating the type of resource, for example user, machine, or group.

Possible values: user
value
string

The identifier of the member of this Group.

Possible values: c5349664-9f3d-410b-8bd3-6c31f181f13d
display
string

A human-readable name for the group member.

Possible values: A user
$ref
string

The URI corresponding to a SCIM resource that is a member of this Group.

Possible values: https://example.com/v2/Users/c5349664-9f3d-410b-8bd3-6c31f181f13d
meta
MetaObject

Response metadata.

resourceType
enum
group
string
user
string
created
string

The date and time the group was created.

lastModified
string

The date and time the group was last changed.

version
string

The version of the group.

location
string

The resource itself.

urn:scim:schemas:extension:cisco:webexidentity:2.0:Group
object

The Cisco extention of SCIM 2

usage
string

The identifier of this group.

owners
array[object]

The owners of this group.

value
string

The identifier of the owner of this Group.

Possible values: c5349664-9f3d-410b-8bd3-6c31f181f13d
managedBy
array[ManagedByObject]

A list of delegates of this group.

orgId
string

The Organization identifier of the resource.

type
string

The resource type.

id
string

The identifier of the resource.

role
string

The delegated role.

provisionSource
string

The identifier of the source.

meta
object

Response metadata.

organizationID
string

The ID of the organization to which this group belongs.

Response Codes

The list below describes the common success and error responses you should expect from the API:

CodeStatusDescription
200OKSuccessful request with body content.
201CreatedThe request has succeeded and has led to the creation of a resource.
202AcceptedThe request has been accepted for processing.
204No ContentSuccessful request without body content.
400Bad RequestThe request was invalid or cannot be otherwise served. An accompanying error message will explain further.
401UnauthorizedAuthentication credentials were missing or incorrect.
403ForbiddenThe request is understood, but it has been refused or access is not allowed.
404Not FoundThe URI requested is invalid or the resource requested, such as a user, does not exist. Also returned when the requested format is not supported by the requested method.
405Method Not AllowedThe request was made to a resource using an HTTP request method that is not supported.
409ConflictThe request could not be processed because it conflicts with some established rule of the system. For example, a person may not be added to a room more than once.
410GoneThe requested resource is no longer available.
415Unsupported Media TypeThe request was made to a resource without specifying a media type or used a media type that is not supported.
423LockedThe requested resource is temporarily unavailable. A Retry-After header may be present that specifies how many seconds you need to wait before attempting the request again.
428Precondition RequiredFile(s) cannot be scanned for malware and need to be force downloaded.
429Too Many RequestsToo many requests have been sent in a given amount of time and the request has been rate limited. A Retry-After header should be present that specifies how many seconds you need to wait before a successful request can be made.
500Internal Server ErrorSomething went wrong on the server. If the issue persists, feel free to contact the Webex Developer Support team.
502Bad GatewayThe server received an invalid response from an upstream server while processing the request. Try again later.
503Service UnavailableServer is overloaded with requests. Try again later.
504Gateway TimeoutAn upstream server failed to respond on time. If your query uses max parameter, please try to reduce it.
  • Try it
  • Example
GET
/v1/identity/scim//v2/Groups{?filter,attributes,excludedAttributes,sortBy,sortOrder,startIndex,count,includeMembers,memberType}
Log in to try the API.
Header
Query Parameters
  • The url encoded filter. The example content is 'displayName Eq "group1@example.com" or displayName Eq "group2@example.com"'. For more filter patterns, see https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.2.2. If the value is empty, the API returns all groups under the organization.
  • Attributes to be excluded from the return.
  • The attributes to return.
  • An integer indicating the 1-based index of the first query result. The default is 1.
  • An integer indicating the desired maximum number of query results per page. The default is 100.
  • A string indicating the attribute whose value be used to order the returned responses. Now we only allow `displayName, id, meta.lastModified` to sort.
  • A string indicating the order in which the `sortBy` parameter is applied. Allowed values are `ascending` and `descending`.
  • Default "false". If false, no members returned.
  • Filter the members by member type. Sample data: `user`, `machine`, `group`.
  • Request
  • Response
https://api-usgov.webex.com/v1/identity/scim/e9f9ab27-0459-4cd0-bd72-089bde5a7da6/v2/Groups?filter=displayName%20Eq%20%22group1%2540example.com%20%22%20or%20displayName%20Eq%20%22group2%2540example.com%20%22&excludedAttributes=members&attributes=displayName&startIndex=1&count=10&sortBy=displayName&sortOrder=ascending&includeMembers=false&memberType=user
200 / OK
{
    "schemas": [
        "urn:ietf:params:scim:api:messages:2.0:ListResponse"
    ],
    "totalResults": 2,
    "itemsPerPage": 2,
    "startIndex": 1,
    "Resources": [
        {
            "schemas": [
                "urn:ietf:params:scim:schemas:core:2.0:Group",
                "urn:scim:schemas:extension:cisco:webexidentity:2.0:Group"
            ],
            "id": "6d26ba8b-8a07-465c-8e1a-c283eea9b4fd",
            "displayName": "wade_test_ccbeca2c-5f25-4c3a-b03c-e3bbc5368405@webex.identity.com",
            "externalId": "test",
            "members": [
                {
                    "value": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
                    "type": "user",
                    "$ref": "https://example.com/v2/Users/c5349664-9f3d-410b-8bd3-6c31f181f13d",
                    "display": "A user"
                },
                {
                    "value": "ffd2164c-b938-46dd-8b2f-def6c33b45d0",
                    "type": "group",
                    "$ref": "https://example.com/v2/Groups/ffd2164c-b938-46dd-8b2f-def6c33b45d0",
                    "display": "A nested group"
                }
            ],
            "meta": {
                "resourceType": "group",
                "created": "2011-08-01T21:32:44.882Z",
                "lastModified": "2011-08-01T21:32:44.882Z",
                "version": "W\/\"e180ee84f0671b1\"",
                "location": "https://example.com/v2/Groups/6d26ba8b-8a07-465c-8e1a-c283eea9b4fd"
            },
            "urn:scim:schemas:extension:cisco:webexidentity:2.0:Group": {
                "usage": "location",
                "owners": [
                    {
                        "value": "bb9e77e5-91c3-4006-87c7-c18d885174c7"
                    },
                    {
                        "value": "93e10e81-f836-434c-8e4c-8f496aeef8d5"
                    }
                ],
                "managedBy": [
                    {
                        "orgId": "e82f0522-09b1-49fb-9fff-735fee313456",
                        "type": "user",
                        "id": "0f0c3024-73dc-4e1f-b4b0-f47e67c0399c",
                        "role": "location_full_admin"
                    },
                    {
                        "orgId": "cd828192-269c-4bc7-943b-273555227961",
                        "type": "Machine",
                        "id": "4ecec95a-0493-4df0-bd1c-c97712561077",
                        "role": "id_user_admin"
                    }
                ],
                "provisionSource": "AD",
                "meta": {
                    "organizationID": "4859c223-7f76-453a-919d-4138645454546"
                }
            }
        },
        {
            "schemas": [
                "urn:ietf:params:scim:schemas:core:2.0:Group",
                "urn:scim:schemas:extension:cisco:webexidentity:2.0:Group"
            ],
            "id": "89ef7711-0d50-469f-8eb7-8ef47da7102f",
            "displayName": "wade_test_ccbeca2c-5f25-4c3a-b03c-e3bbc5368405@webex.identity.com",
            "externalId": "test",
            "members": [
                {
                    "value": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
                    "type": "user",
                    "$ref": "https://example.com/v2/Users/c5349664-9f3d-410b-8bd3-6c31f181f13d",
                    "display": "A user"
                },
                {
                    "value": "ffd2164c-b938-46dd-8b2f-def6c33b45d0",
                    "type": "group",
                    "$ref": "https://example.com/v2/Groups/ffd2164c-b938-46dd-8b2f-def6c33b45d0",
                    "display": "A nested group"
                }
            ],
            "meta": {
                "resourceType": "group",
                "created": "2011-08-01T21:32:44.882Z",
                "lastModified": "2011-08-01T21:32:44.882Z",
                "version": "W\/\"e180ee84f0671b1\"",
                "location": "https://example.com/v2/Groups/89ef7711-0d50-469f-8eb7-8ef47da7102f"
            },
            "urn:scim:schemas:extension:cisco:webexidentity:2.0:Group": {
                "usage": "location",
                "owners": [
                    {
                        "value": "bb9e77e5-91c3-4006-87c7-c18d885174c7"
                    },
                    {
                        "value": "93e10e81-f836-434c-8e4c-8f496aeef8d5"
                    }
                ],
                "managedBy": [
                    {
                        "orgId": "e82f0522-09b1-49fb-9fff-735fee313456",
                        "type": "user",
                        "id": "0f0c3024-73dc-4e1f-b4b0-f47e67c0399c",
                        "role": "location_full_admin"
                    },
                    {
                        "orgId": "cd828192-269c-4bc7-943b-273555227961",
                        "type": "Machine",
                        "id": "4ecec95a-0493-4df0-bd1c-c97712561077",
                        "role": "id_user_admin"
                    }
                ],
                "provisionSource": "AD",
                "meta": {
                    "organizationID": "e9f9ab27-0459-4cd0-bd72-089bde5a7da6"
                }
            }
        }
    ]
}

Connect

Contact Sales

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.