8x8 Administration - User Management API
User management API providing endpoints to create, retrieve, list, update, and delete users.
The current version of the API is v1.0.
Authentication
All requests to this API require authentication using an API key. Include your API key in the request header:
x-api-key: YOUR_API_KEY
Versioning
Specify the API version using the Accept header:
Accept: application/vnd.users.v1+json
Base URL
https://api.8x8.com/admin-provisioning
Endpoints
| Endpoint | Method | Purpose | Async? |
|---|---|---|---|
/users | GET | Retrieve paginated list of users with filtering | No |
/users | POST | Create a new user account | Yes |
/users/{userId} | GET | Retrieve a specific user's details | No |
/users/{userId} | PUT | Update an existing user account | Yes |
/users/{userId} | DELETE | Remove a user account | Yes |
OpenAPI Specification
Download the complete OpenAPI specification: user-api-v1.yaml