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

Qlik Cloud Users API

The Users API from Qlik Cloud — 6 operation(s) for users.

Qlik Cloud Users API is one of 13 APIs that Qlik Cloud 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, and authentication docs.

This API exposes 9 operations across 6 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://your-tenant.region.qlikcloud.com.

9 operations 6 paths 2 schemas 1 DELETE4 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://your-tenant.region.qlikcloud.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 9

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

Users 9
GET
/api/v1/users
List users
listUsers → 200
POST
/api/v1/users
Create an invited user
createUser body → 201
GET
/api/v1/users/{userId}
Get user
getUser 1 param → 200
PATCH
/api/v1/users/{userId}
Update user
updateUser 1 param body → 200
DELETE
/api/v1/users/{userId}
Delete user
deleteUser 1 param → 204
GET
/api/v1/users/me
Get current user
getCurrentUser → 200
GET
/api/v1/users/actions/count
Count users
countUsers → 200
POST
/api/v1/users/actions/filter
Filter users
filterUsers body → 200
POST
/api/v1/users/actions/invite
Invite users
inviteUsers body → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

GenericRequest
object
GenericResponse
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qlik-cloud-users-api-openapi.yml Raw ↑

Other APIs Qlik Cloud publishes across the network.

Qlik Engine JSON API
Qlik Data Integration
Qlik Reload
Qlik Users and Groups
Qlik Spaces
Qlik Apps
Qlik Automations
Qlik Cloud Api Keys API
Qlik Cloud Apps API
Qlik Cloud Csrf Token API
Qlik Cloud Spaces API
Qlik Cloud Webhooks API