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

YugabyteDB User management API

The User management API from YugabyteDB — 6 operation(s) for user management.

YugabyteDB User management API is one of 73 APIs that YugabyteDB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

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

Requests are made against a single base URL, https://cloud.yugabyte.com/api/public/v1.

9 operations 6 paths 18 schemas 1 DELETE3 GET1 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://cloud.yugabyte.com/api/public/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — API key obtained from the YugabyteDB Aeon UI under User Profile API Keys. Pass the key as a Bearer token in the Authorization header.

Paths & Operations 9

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

User management 9
PUT
/api/v1/customers/{cUUID}/reset_password
YugabyteDB Anywhere Reset the User's Password
resetUserPassword 2 params body → 200
GET
/api/v1/customers/{cUUID}/users
YugabyteDB Anywhere List All Users
listUsers 2 params → 200
POST
/api/v1/customers/{cUUID}/users
YugabyteDB Anywhere Create a User
createUser 2 params body → 200
DELETE
/api/v1/customers/{cUUID}/users/{uUUID}
YugabyteDB Anywhere Delete a User
deleteUser 3 params → 200
GET
/api/v1/customers/{cUUID}/users/{uUUID}
YugabyteDB Anywhere Get a User's Details
getUserDetails 2 params → 200
PUT
/api/v1/customers/{cUUID}/users/{uUUID}deprecated
YugabyteDB Anywhere Change a User's Role
updateUserRole 4 params → 200
PUT
/api/v1/customers/{cUUID}/users/{uUUID}/change_passworddeprecated
YugabyteDB Anywhere Change Password - Deprecated
changePassword 3 params body → default
GET
/api/v1/customers/{cUUID}/users/{uUUID}/oidc_auth_token
YugabyteDB Anywhere Retrieve OIDC Auth Token
retrieveOIDCAuthToken 3 params → 200
PUT
/api/v1/customers/{cUUID}/users/{uUUID}/update_profile
YugabyteDB Anywhere Update a User's Profile
UpdateUserProfile 3 params body → 200

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are UserWithFeatures (12 properties), Users (12 properties), UserWithFeatures_2 (12 properties), Users_2 (12 properties). Each schema is shown below with its type and property counts.

UserProfileData
object
User profile data. The API and UI use this to validate form data.
4 properties 1 required
UserPasswordChangeFormData
object
User registration data. The API and UI use this to validate form data.
2 properties
Users
object
A user associated with a customer
12 properties 3 required
UserRegistrationData
object
User registration data. The API and UI use this to validate form data.
7 properties 1 required
YBPSuccess
object
2 properties
ResourceGroup
object
1 property 1 required
RoleResourceDefinition
object
Defines the association of Role to Resource Groups.
2 properties 1 required
ResourceDefinition
object
3 properties
UserWithFeatures
object
A user with set of features, associated with a customer
12 properties 3 required
UserOIDCAuthToken
object
1 property
Users_2
object
A user associated with a customer
12 properties 3 required
UserRegistrationData_2
object
User registration data. The API and UI use this to validate form data.
7 properties 1 required
YBPSuccess_2
object
2 properties
ResourceGroup_2
object
1 property 1 required
RoleResourceDefinition_2
object
Defines the association of Role to Resource Groups.
2 properties 1 required
ResourceDefinition_2
object
3 properties
UserWithFeatures_2
object
A user with set of features, associated with a customer
12 properties 3 required
UserOIDCAuthToken_2
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yugabytedb-user-management-api-openapi.yml Raw ↑

Other APIs YugabyteDB publishes across the network.

YugabyteDB Access Keys API
YugabyteDB Accounts API
YugabyteDB Alerts API
YugabyteDB AllowLists API
YugabyteDB Asynchronous Replication API
YugabyteDB Audit API
YugabyteDB Authentication API
YugabyteDB Availability Zones API
YugabyteDB Backup and Restore API
YugabyteDB Backups API
YugabyteDB Certificate Info API
YugabyteDB Cloud providers API