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

Casdoor Users API

User CRUD and credential operations

Casdoor Users API is one of 15 APIs that Casdoor 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.

This API exposes 7 operations across 7 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.503.0.

Requests are made against 2 base URLs: https://door.casdoor.com, https://{host}.

7 operations 7 paths 1 schemas 3 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.503.0
Base URL
https://door.casdoor.com
Authentication
HTTP Bearer, HTTP Basic
License
Resource Areas
1

Authentication & Security 2

Casdoor Users API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 7

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

Users 7

User CRUD and credential operations

GET
/api/get-users
List users in an organization
getUsers 1 param → 200
GET
/api/get-global-users
List all users across organizations
getGlobalUsers → 200
GET
/api/get-user
Get a single user
getUser 1 param → 200
POST
/api/add-user
Create a user
addUser body → 200
POST
/api/update-user
Update a user
updateUser 1 param body → 200
POST
/api/delete-user
Delete a user
deleteUser body → 200
POST
/api/check-user-password
Validate a user password
checkUserPassword body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is User (9 properties). Each schema is shown below with its type and property counts.

User
object
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

casdoor-users-api-openapi.yml Raw ↑

Other APIs Casdoor publishes across the network.

Casdoor REST API
Casdoor OAuth 2.0 / OIDC Provider
Casdoor SAML 2.0 Identity Provider
Casdoor CAS Server
Casdoor LDAP Server
Casdoor SCIM 2.0 API
Casdoor MCP Gateway
Casdoor Webhooks
Casdoor Applications API
Casdoor Authentication API
Casdoor OIDC API
Casdoor Organizations API