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

Qminder Users API

Manage user accounts and permissions

Qminder Users API is one of 7 APIs that Qminder 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, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 8 operations across 5 paths. It is described by OpenAPI 3.1.0, at version 1.0.

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

8 operations 5 paths 0 schemas 1 DELETE4 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.qminder.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Qminder Users API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Qminder-REST-API-Key (sec0). By default, every request must be authenticated.

Paths & Operations 8

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

Users 8

Manage user accounts and permissions

GET
/v1/locations/{id}/users
Getting a list of users
getting-a-list-of-users 1 param → 200
POST
/v1/users
Creating a user
creating-a-user body → 200
GET
/v1/users/{id}
Getting details of a User
getting-details-of-a-user 1 param → 200
GET
/v1/users/{id}/desk
Getting user's selected desk id
getting-users-selected-desk-id 1 param → 200
POST
/v1/users/{id}/desk
Changing the user's selected desk
changing-the-users-selected-desk 1 param body → 200
DELETE
/v1/users/{id}/desk
Clearing the user's selected desk
clearing-the-users-selected-desk 1 param → 200
GET
/v1/users/{id}/lines
Getting the user's selected lines
getting-the-users-selected-lines 1 param → 200
POST
/v1/users/{id}/lines
Selecting lines
selecting-lines 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qminder-users-api-openapi.yml Raw ↑

Other APIs Qminder publishes across the network.

Qminder Appointments API
Qminder Input Fields API
Qminder Lines API
Qminder Locations API
Qminder Tickets API
Qminder Webhooks API