How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Demandbase Admin API

User administration for a Demandbase tenant: create, update, retrieve, list and delete users, with filters for departments, views, permission sets and workspaces. 5 operations.

This API exposes 5 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against a single base URL, https://uapi.demandbase.com.

5 operations 3 paths 6 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://uapi.demandbase.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Demandbase Admin API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (token). By default, every request must be authenticated.

  • token — [ How To Generate Bearer Tokens ](https://developer.demandbase.com/docs/auth-api)

Paths & Operations 5

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

User Management 5
POST
/admin/v1/user
Create new user
body → 201400401403500
PUT
/admin/v1/user
Update users
put-users body → 200400401403500
GET
/admin/v1/users
Get list of users
6 params → 200400401403500
GET
/admin/v1/user/{id}
Get a user by external id
1 param → 200400401403404500
DELETE
/admin/v1/user/{id}
Delete user using external user id
delete-users 1 param → 204400401403404500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are UserListItem (9 properties), GetUserResponse (9 properties), NewUserResponse (9 properties), User (6 properties). Each schema is shown below with its type and property counts.

User
object
6 properties 6 required
NewUserResponse
object
9 properties
GetUserResponse
object
9 properties
UserListItem
object
9 properties
UserListResponse
object
2 properties 2 required
ErrorDto
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

demandbase-admin-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Demandbase Admin API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.