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

Knowi Users API

Manage workspace users.

Knowi Users API is one of 6 APIs that Knowi 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 8 operations across 5 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://knowi.com/api/1.0.

8 operations 5 paths 0 schemas 1 DELETE4 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Server
https://knowi.com/api/1.0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Knowi Users API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 8

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

Users 8

Manage workspace users.

GET
/users
List users
listUsers → 200
POST
/users
Create user
createUser → 200409
GET
/users/search
Search user
searchUser 1 param → 200
GET
/users/{userId}
Get user
getUser 1 param → 200
PUT
/users/{userId}
Update user
updateUser 1 param → 200
DELETE
/users/{userId}
Delete user
deleteUser 1 param → 200
PUT
/users/{userId}/moveAssets
Move user assets
moveUserAssets 1 param → 200
GET
/users/shareableEntities
List shareable entities
listShareableEntities → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

knowi-users-api-openapi.yml Raw ↑

Other APIs Knowi publishes across the network.

Knowi Authentication API
Knowi Dashboards API
Knowi Groups API
Knowi Pull API
Knowi Push API