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

Infra Users API

The Users API from Infra — 4 operation(s) for users.

Infra Users API is one of 8 APIs that Infra 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 and an API reference.

This API exposes 7 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.0.0, at version 0.0.0.

Requests are made against a single base URL, https://api.infrahq.com.

7 operations 4 paths 7 schemas 1 DELETE2 GET1 PATCH1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.0.0
Base URL
https://api.infrahq.com
Resource Areas
1

Paths & Operations 7

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

Users 7
PATCH
/api/groups/{id}/users
UpdateUsersInGroup
UpdateUsersInGroup 3 params body → 400401403404409default
GET
/api/users
ListUsers
ListUsers 9 params → 400401403404409default
POST
/api/users
CreateUser
CreateUser 2 params body → 400401403404409default
PUT
/api/users/public-key
AddUserPublicKey
AddUserPublicKey 2 params body → 400401403404409default
DELETE
/api/users/{id}
DeleteUser
DeleteUser 3 params → 400401403404409default
GET
/api/users/{id}
GetUser
GetUser 3 params → 400401403404409default
PUT
/api/users/{id}
UpdateUser
UpdateUser 3 params body → 400401403404409default

Schemas 7

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

CreateUserResponse
object
3 properties
Error
object
3 properties
UpdateUserResponse
object
9 properties
UserPublicKey
object
7 properties
ListResponse_User
object
6 properties
User
object
8 properties
EmptyResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infra-users-api-openapi.yml Raw ↑

Other APIs Infra publishes across the network.

Infra Authentication API
Infra Destinations API
Infra Grants API
Infra Groups API
Infra Organizations API
Infra Providers API
Infra Settings API