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

Rackspace Technology Users API

User account operations.

Rackspace Technology Users API is one of 26 APIs that Rackspace Technology publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 8 JSON Schema definitions.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and 8 JSON Schemas.

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

Requests are made against a single base URL, https://dns.api.rackspacecloud.com/v1.0.

11 operations 5 paths 11 schemas 2 DELETE5 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Server
https://dns.api.rackspacecloud.com/v1.0
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Rackspace Technology Users API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Auth-Token (AuthToken). By default, every request must be authenticated.

  • AuthToken — Rackspace Cloud Identity-issued authentication token.

Paths & Operations 11

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

Users 11

User account operations.

GET
/v2.0/users
List Users
listUsers 1 param → 200
POST
/v2.0/users
Add User
addUser body → 201400
GET
/v2.0/users/{userId}
Get User By Id
getUserById 1 param → 200404
POST
/v2.0/users/{userId}
Update User
updateUser 1 param body → 200
DELETE
/v2.0/users/{userId}
Delete User
deleteUser 1 param → 204
GET
/v2.0/users/{userId}/RAX-AUTH/domains
Get Accessible Domains For User
getAccessibleDomainsForUser 1 param → 200
GET
/v2.0/users/{userId}/OS-KSADM/credentials
List User Credentials
listUserCredentials 1 param → 200
POST
/v2.0/users/{userId}/OS-KSADM/credentials
Add User Credential
addUserCredential 1 param body → 201
GET
/v2.0/users/{userId}/OS-KSADM/credentials/RAX-KSKEY:apiKeyCredentials
Get User API Key Credentials
getUserApiKeyCredentials 1 param → 200
POST
/v2.0/users/{userId}/OS-KSADM/credentials/RAX-KSKEY:apiKeyCredentials
Reset API Key For User
resetApiKeyForUser 1 param → 200
DELETE
/v2.0/users/{userId}/OS-KSADM/credentials/RAX-KSKEY:apiKeyCredentials
Delete User API Key Credentials
deleteUserApiKeyCredentials 1 param → 204

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are User (7 properties), Role (5 properties), Domain (4 properties), Fault (3 properties). Each schema is shown below with its type and property counts.

User
object
7 properties
UserCreateRequest
object
1 property
Domain
object
4 properties
UserList
object
1 property
Role
object
5 properties
Credential
object
Identity credential blob; format depends on credential type (RAX-KSKEY, OS-KSADM, etc).
DomainList
object
1 property
CredentialList
object
1 property
UserUpdateRequest
object
1 property
UserResponse
object
1 property
Fault
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rackspace-technology-users-api-openapi.yml Raw ↑

Other APIs Rackspace Technology publishes across the network.

Rackspace Ticketing API
Rackspace Dedicated Load Balancer API
Rackspace Metrics API
Rackspace Monitoring API
Rackspace Cloud Orchestration API
Rackspace Cloud Feeds API
Rackspace Billing API
Rackspace Technology Contacts API
Rackspace Technology Currency API
Rackspace Technology CustomerAccounts API
Rackspace Technology Domains API
Rackspace Technology Limits API