Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Windstream Holdings users API

User account management

Windstream Holdings users API is one of 9 APIs that Windstream Holdings publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include users. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://{ccs_domain}/6/v2/api.

5 operations 2 paths 2 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://webadmin.windstreamenterprise.com/api
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Windstream Holdings users API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — Bearer token authentication for CCS API

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

users 5

User account management

GET
/users
List Users
listUsers → 200
POST
/users
Create User
createUser body → 201
GET
/users/{userId}
Get User
getUser 1 param → 200
PUT
/users/{userId}
Update User
updateUser 1 param body → 200
DELETE
/users/{userId}
Delete User
deleteUser 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are User (6 properties), UserCreate (4 properties). Each schema is shown below with its type and property counts.

UserCreate
object
Request body for creating or updating a user
4 properties 2 required
User
object
A user account
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windstream-holdings-users-api-openapi.yml Raw ↑

Other APIs Windstream Holdings publishes across the network.

Windstream Holdings agents API
Windstream Holdings auto-attendants API
Windstream Holdings calls API
Windstream Holdings extensions API
Windstream Holdings products API
Windstream Holdings roles API
Windstream Holdings system API
Windstream Holdings tenants API