Webex Users API

The Users API from Webex — 14 operation(s) for users.

OpenAPI Specification

webex-users-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Webex Users API
  version: 1.0.0
  description: 'Operations tagged Users across 2 of this provider''s published API definitions: webex-contact-center-openapi.json,
    webex-users-api-openapi.yml. Each path carries the servers of the definition it was published in.'
  x-provenance:
    method: harvested
    authored_by: Cisco Webex
    harvested_by: API Evangelist
    harvested_on: '2026-08-19'
    first_party: true
    note: Published by Cisco. Retrieved unmodified except for this x-provenance block.
    provider_published: true
    derived_view: Per-tag view of webex-contact-center-openapi.json, the provider's source document. Operations and schemas
      are the provider's, unmodified; only the partition is ours.
    derived_from: webex-contact-center-openapi.json
    operation_coverage: 17/17
  x-evidence:
  - type: source
    url: https://github.com/webex/webex-openapi-specs/blob/main/public-spec/webex-contact-center.json
  - type: raw
    url: https://raw.githubusercontent.com/webex/webex-openapi-specs/main/public-spec/webex-contact-center.json
tags:
- name: Users
paths:
  /organization/{orgid}/user:
    get:
      tags:
      - Users
      summary: List Users
      description: 'Retrieve a list of Users in a given organization. Note: Returning array fields in the List (Get All) API
        response is deprecated. To retrieve the complete resource with all fields, please use the Get-by-ID API instead. Deprecated.
        Use GET /v2/user instead.'
      operationId: getAllConfigUser
      parameters:
      - name: orgid
        in: path
        description: Organization ID to be used for this operation. The specified security token must have permission to interact
          with the organization.
        required: true
        schema:
          type: string
        example: 2f9eecc5-0472-4549-9a83-2afdae0d4ba1
      - name: filter
        in: query
        description: "Specify a filter based on which the results will be fetched. Supported filterable fields:  id. \n\n\
          The examples below show some search queries\n- id==\"57efb0e6-5af0-4245-a67d-d3c5045cdb6e\"\n- id!=\"57efb0e6-5af0-4245-a67d-d3c5045cdb6e\"\
          \n- id=in=(\"57efb0e6-5af0-4245-a67d-d3c5045cdb6e\",\"a421e0b2-732e-46f3-a057-39160a53afb9\")\n- id=out=(\"57efb0e6-5af0-4245-a67d-d3c5045cdb6e\"\
          ,\"a421e0b2-732e-46f3-a057-39160a53afb9\")\nThis parameter uses the RSQL query syntax, a URI-friendly format for\
          \ expressing criteria for filtering REST entities. For more information about RSQL in general, see  <a href=\"https://www.here.com/docs/bundle/data-client-library-developer-guide-java-scala/page/client/rsql.html\"\
          >this reference</a>. For a list of supported operators, see <a href=\"https://github.com/perplexhub/rsql-jpa-specification#rsql-syntax-reference\"\
          >this syntax guide</a>.\n\nNote: values to be used in the filter syntax should not contain spaces. If they do, please\
          \ enclose them in quotes to apply the filter.\n"
        required: false
        schema:
          type: string
        example: id=="2f9eecc5-0472-4549-9a83-2afdae0d4ba1"
      - name: attributes
        in: query
        description: Specify the attributes to be returned. By default, all attributes are returned along with the specified
          columns. All attributes are supported.
        required: false
        schema:
          type: string
          format: string
        example: id,firstName,lastName,email
      - name: page
        in: query
        description: Defines the number of displayed page. The page number starts from 0.
        schema:
          type: integer
          default: 0
          example: 0
        example: 0
      - name: pageSize
        in: query
        description: Defines the number of items to be displayed on a page. If the number specified is more than allowed max
          page size, the API will automatically adjust the page size to the max page size.
        schema:
          type: integer
          default: 100
          example: 100
        example: 100
      - name: singleObjectResponse
        in: query
        description: Specify whether to include array fields in the response. This query parameter should be used only when
          the response contains a single record. It is not supported for responses with multiple objects and throws an exception.
        schema:
          type: boolean
          default: false
          example: false
        example: false
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/UserResponseDTO'
              example:
              - imiUserCreated: false
                lastName: Wick
                userLevelSummariesInclusion: INCLUDED
                supervisorCapabilitiesEnabled: false
                timezone: America/New_York
                preferredSupervisorTeamId: 2f9eecc5-0472-4549-9a83-2afdae0d4ba1
                organizationId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                broadCloudUserId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                externalIdentifier: '121212'
                createdTime: 123456789
                lastUpdatedTime: 123456789
                id: 93912f11-6017-404b-bf14-5331890b1797
                contactCenterEnabled: true
                email: johnwick@company.com
                ciUserId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                xspVersion: xsp-24.0
                userLevelAutoCSATInclusion: INCLUDED
                mobile: '1234567890'
                active: true
                version: 1
                skillProfileId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                firstName: John
                userLevelWellnessBreakReminders: DISABLED
                agentProfileId: 8e6bb6da-2a78-4768-bef9-7e229f92af22
                siteId: 8e6bb6da-2a78-4768-bef9-7e229f92af22
                userLevelBurnoutInclusion: INCLUDED
                workPhone: '1234567890'
                userProfileId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                multimediaProfileId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                subscriptionId: 04d0bdf6-6d6a-4aae-8a8a-71c9152e6478
                agentCapabilitiesEnabled: false
                deafultDialledNumber: '1234567890'
            application/hal+json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/UserResponseDTO'
              example:
              - imiUserCreated: false
                lastName: Wick
                userLevelSummariesInclusion: INCLUDED
                supervisorCapabilitiesEnabled: false
                timezone: America/New_York
                preferredSupervisorTeamId: 2f9eecc5-0472-4549-9a83-2afdae0d4ba1
                organizationId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                broadCloudUserId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                externalIdentifier: '121212'
                createdTime: 123456789
                lastUpdatedTime: 123456789
                id: 93912f11-6017-404b-bf14-5331890b1797
                contactCenterEnabled: true
                email: johnwick@company.com
                ciUserId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                xspVersion: xsp-24.0
                userLevelAutoCSATInclusion: INCLUDED
                mobile: '1234567890'
                active: true
                version: 1
                skillProfileId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                firstName: John
                userLevelWellnessBreakReminders: DISABLED
                agentProfileId: 8e6bb6da-2a78-4768-bef9-7e229f92af22
                siteId: 8e6bb6da-2a78-4768-bef9-7e229f92af22
                userLevelBurnoutInclusion: INCLUDED
                workPhone: '1234567890'
                userProfileId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                multimediaProfileId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                subscriptionId: 04d0bdf6-6d6a-4aae-8a8a-71c9152e6478
                agentCapabilitiesEnabled: false
                deafultDialledNumber: '1234567890'
        '401':
          description: Unauthorized Operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '401'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '401'
                    entity: cc_user
                    references: []
        '403':
          description: Operation is forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '403'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '403'
                    entity: cc_user
                    references: []
        '404':
          description: Resource not found or URI is invalid
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '404'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '404'
                    entity: cc_user
                    references: []
        '429':
          description: Too many requests have been sent in a given amount of time and the request has been rate limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '429'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '429'
                    entity: cc_user
                    references: []
        '500':
          description: An Unexpected Error Occurred
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '500'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '500'
                    entity: cc_user
                    references: []
      deprecated: true
  /organization/{orgid}/user/bulk:
    patch:
      tags:
      - Users
      summary: Bulk partial update Users
      description: Update some or all properties for multiple users in bulk for a given organization.
      operationId: patchAllConfigUser
      parameters:
      - name: orgid
        in: path
        description: Organization ID to be used for this operation. The specified security token must have permission to interact
          with the organization.
        required: true
        schema:
          type: string
        example: 2f9eecc5-0472-4549-9a83-2afdae0d4ba1
      requestBody:
        description: 'For each of the item to update,

          We only need to provide the patch JSON.

          Only the following properties are mandatory to identify a unique item for update. Other properties are optional.

          Mandatory Properties: [id]

          All properties that can be updated via the PUT API can also be updated here.

          To nullify or remove a property, specify null as the value for the JSON property.

          Valid value for requestAction property is ''SAVE''. It is optional property and default SAVE is assumed.

          '
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BulkRequestDTOUserDTO'
            example:
              items:
              - item:
                  id: 26e2df70-0f77-41b8-8e8f-1d76e92c9638
                  firstName: John14
                  lastName: Wick14
                  email: john.wick14@company.com
                  ciUserId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                  userProfileId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                  contactCenterEnabled: true
                  userLevelBurnoutInclusion: INCLUDED
                  active: true
                itemIdentifier: 0
                requestAction: SAVE
        required: true
      responses:
        '207':
          description: Multi-Status
          content:
            application/hal+json:
              schema:
                $ref: '#/components/schemas/BulkResponseDTO'
            application/json:
              schema:
                $ref: '#/components/schemas/BulkResponseDTO'
        '400':
          description: The request was invalid and cannot be served. An accompanying error message will explain further
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '400'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '400'
                    entity: cc_user
                    references: []
        '401':
          description: Unauthorized Operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '401'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '401'
                    entity: cc_user
                    references: []
        '403':
          description: Operation is forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '403'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '403'
                    entity: cc_user
                    references: []
        '404':
          description: Resource not found or URI is invalid
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '404'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '404'
                    entity: cc_user
                    references: []
        '429':
          description: Too many requests have been sent in a given amount of time and the request has been rate limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '429'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '429'
                    entity: cc_user
                    references: []
        '500':
          description: An Unexpected Error Occurred
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '500'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '500'
                    entity: cc_user
                    references: []
  /organization/{orgid}/user/bulk/update-dynamic-skill/{skillId}:
    patch:
      tags:
      - Users
      summary: Bulk partial update Users with dynamic skills
      description: Assign or unassign a dynamic skill to/from multiple users in bulk for a given organization.
      operationId: patchDynamicSkillsUser
      parameters:
      - name: orgid
        in: path
        description: Organization ID to be used for this operation. The specified security token must have permission to interact
          with the organization.
        required: true
        schema:
          type: string
        example: 2f9eecc5-0472-4549-9a83-2afdae0d4ba1
      - name: skillId
        in: path
        description: Dynamic skill ID used for bulk update
        required: true
        schema:
          type: string
        example: af9eecc5-0472-4549-9a83-2afdae0d4ba0
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BulkRequestDTOUpdateDynamicSkillsDTO'
        required: true
      responses:
        '207':
          description: Multi-Status
          content:
            application/hal+json:
              schema:
                $ref: '#/components/schemas/BulkResponseDTO'
            application/json:
              schema:
                $ref: '#/components/schemas/BulkResponseDTO'
        '400':
          description: The request was invalid and cannot be served. An accompanying error message will explain further
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '400'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '400'
                    entity: cc_user
                    references: []
        '401':
          description: Unauthorized Operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '401'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '401'
                    entity: cc_user
                    references: []
        '403':
          description: Operation is forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '403'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '403'
                    entity: cc_user
                    references: []
        '404':
          description: Resource not found or URI is invalid
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '404'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '404'
                    entity: cc_user
                    references: []
        '429':
          description: Too many requests have been sent in a given amount of time and the request has been rate limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '429'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '429'
                    entity: cc_user
                    references: []
        '500':
          description: An Unexpected Error Occurred
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '500'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '500'
                    entity: cc_user
                    references: []
  /organization/{orgid}/user/by-call-monitoring-id/{id}:
    get:
      tags:
      - Users
      summary: List users by call monitoring id
      description: Fetch paginated users associated to the selected call monitoring team filters while enforcing team ACL.
      operationId: getUsersByCallMonitoringIdUser
      parameters:
      - name: orgid
        in: path
        description: Organization ID to be used for this operation. The specified security token must have permission to interact
          with the organization.
        required: true
        schema:
          type: string
        example: 2f9eecc5-0472-4549-9a83-2afdae0d4ba1
      - name: id
        in: path
        description: Resource ID of the call monitoring.
        required: true
        schema:
          type: string
        example: 2f9eecc5-0472-4549-9a83-2afdae0d4ba2
      - name: page
        in: query
        description: Defines the number of displayed page. The page number starts from 0.
        schema:
          type: integer
          default: 0
          example: 0
        example: 0
      - name: pageSize
        in: query
        description: Defines the number of items to be displayed on a page. If the number specified is more than allowed max
          page size, the API will automatically adjust the page size to the max page size.
        schema:
          type: integer
          default: 100
          example: 100
        example: 100
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  meta:
                    $ref: '#/components/schemas/MetaDataPagedUser'
                  data:
                    type: array
                    items:
                      $ref: '#/components/schemas/UserDetailsResponseDTO'
            application/hal+json:
              schema:
                type: object
                properties:
                  meta:
                    $ref: '#/components/schemas/MetaDataPagedUser'
                  data:
                    type: array
                    items:
                      $ref: '#/components/schemas/UserDetailsResponseDTO'
        '401':
          description: Unauthorized Operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '401'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '401'
                    entity: cc_user
                    references: []
        '403':
          description: Operation is forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '403'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '403'
                    entity: cc_user
                    references: []
        '404':
          description: Resource not found or URI is invalid
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '404'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '404'
                    entity: cc_user
                    references: []
        '429':
          description: Too many requests have been sent in a given amount of time and the request has been rate limited
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '429'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '429'
                    entity: cc_user
                    references: []
        '500':
          description: An Unexpected Error Occurred
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
              example:
                trackingId: ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0
                error:
                  key: '500'
                  reason: Test reason
                  message:
                  - description: Test error
                    code: '500'
                    entity: cc_user
                    references: []
  /organization/{orgid}/user/by-ci-user-id/{id}:
    get:
      tags:
      - Users
      summary: Get specific User by CI User ID
      description: Retrieve an existing User using the CI ID  in a given organization. Deprecated. Use GET /v2/user/by-ci-user-id/{id}
        instead.
      operationId: getUserByCiUserIdUser
      parameters:
      - name: orgid
        in: path
        description: Organization ID to be used for this operation. The specified security token must have permission to interact
          with the organization.
        required: true
        schema:
          type: string
        example: 2f9eecc5-0472-4549-9a83-2afdae0d4ba1
      - name: id
        in: path
        description: CI ID of the User.
        required: true
        schema:
          type: string
        example: 2f9eecc5-0472-4549-9a83-2afdae0d4ba2
      - name: includeUserProfile
        in: query
        description: Specifiy whether to include user profile data
        required: false
        schema:
          type: boolean
        example: true
      - name: includeSkillDetails
        in: query
        description: If set to true, the response includes skill information for each dynamic skill assignment.
        schema:
          type: boolean
          default: false
      responses:
        '200':
          description: OK
          content:
            application/hal+json:
              schema:
                $ref: '#/components/schemas/UserResponseDTO_UserResponseWithUserProfile'
                example:
                  organizationId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                  id: 93912f11-6017-404b-bf14-5331890b1797
                  version: 1
                  firstName: John
                  lastName: Wick
                  email: johnwick@company.com
                  workPhone: '1234567890'
                  mobile: '1234567890'
                  ciUserId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                  broadCloudUserId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                  timezone: America/New_York
                  xspVersion: xsp-24.0
                  subscriptionId: 04d0bdf6-6d6a-4aae-8a8a-71c9152e6478
                  userProfileId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                  userProfileType: PREMIUM_AGENT
                  contactCenterEnabled: true
                  siteId: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                  siteName: bengaluru
                  teamIds: f53c8b54-46ca-43f6-ba05-08426a46e23d
                  skillProfileId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                  agentProfileId: 8e6bb6da-2a78-4768-bef9-7e229f92af22
                  multimediaProfileId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                  deafultDialledNumber: '1234567890'
                  externalIdentifier: '121212'
                  active: true
                  dbId: 1dq45f23-1234-6r18-9a83-2atuiy0d4bh1
                  userProfileData:
                    organizationId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                    id: 93912f11-6017-404b-bf14-5331890b1797
                    version: 1
                    name: Contact Center Admin Profile
                    description: This profile should be applied only to contact center admins.
                    profileType: PREMIUM_AGENT
                    accessAllModules: ALL
                    userProfileAppModules:
                    - organizationId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                      id: 93912f11-6017-404b-bf14-5331890b1797
                      version: 1
                      appModuleId: m_provisioning
                      moduleAccessType: EDIT
                      userProfileAppFeature:
                      - organizationId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                        id: 93912f11-6017-404b-bf14-5331890b1797
                        version: 1
                        appFeatureId: f_manage_sites
                        appFeatureName: Manage Sites
                        featureAccessType: 'ON'
                        createdTime: 123456789
                        lastUpdatedTime: 123456789
                      createdTime: 123456789
                      lastUpdatedTime: 123456789
                    accessAllEntryPoints: ALL
                    accessAllSites: ALL
                    accessAllQueues: ALL
                    accessAllTeams: ALL
                    active: true
                    editableFolderIds: 1
                    viewableFolderIds: 1
                    nonViewableFolderIds: 1
                    systemDefault: false
                    createdTime: 123456789
                    lastUpdatedTime: 123456789
                    entryPoints: f53c8b54-46ca-43f6-ba05-08426a46e23d
                    sites: f53c8b54-46ca-43f6-ba05-08426a46e23d
                    queues: f53c8b54-46ca-43f6-ba05-08426a46e23d
                    teams: f53c8b54-46ca-43f6-ba05-08426a46e23d
                  imiUserCreated: true
                  preferredSupervisorTeamId: e27d2b54-46ca-43g6-ba65-08426e46e23d
                  systemDefault: false
                  userLevelBurnoutInclusion: INCLUDED
                  userLevelWellnessBreakReminders: DISABLED
                  queuesCount:
                    teamBased: 0
                    skillBased: 0
                    agentBased: 0
                  skillProfileUpdatedBy: 1dq21e23-1234-5578-9a83-2afdae0d4ba1
                  dynamicSkills:
                  - organizationId: f53c8b54-46ca-43f6-ba05-08426a46e23d
                    id: 93912f11-6017-404b-bf14-5331890b1797
                    version: 1
                    skillId: skill456
                    skillName: CustomerService
                    textValue: Credit card SME
                    booleanValue: true
                    proficiencyValue: 5
                    enumValue: french
         

# --- truncated at 32 KB (399 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/openapi/webex-users-api-openapi.yml