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

ilert Users API

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

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

This API exposes 1 JSON Schema definition.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, and 1 JSON Schema.

This API exposes 8 operations across 4 paths, and defines 4 schemas. It is described by OpenAPI 3.0.1, at version v2.2026.5-r.3.

Requests are made against a single base URL, /api.

8 operations 4 paths 4 schemas 1 DELETE3 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v2.2026.5-r.3
Base URL
https://api.ilert.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

ilert Users API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

  • apiKey — The Bearer API key of your user more info .

Paths & Operations 8

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

Users 8
GET
/users/{user-id}
Get the specified user.
1 param → 200
PUT
/users/{user-id}
Update an existing user.
1 param body → 200
DELETE
/users/{user-id}
Delete the specified user.
1 param → 204
GET
/users
List existing users.
2 params → 200
POST
/users
Create a new user. Requires ADMIN privileges.
1 param body → 201
POST
/users/search-email
Find a user by email address.
body → 200404
GET
/users/current
Get the currently authenticated user.
→ 200
PUT
/users/current
Update the current user.
body → 200

Schemas 4

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

UserPost
object
11 properties 3 required
TimeZone
string
Role
string
User
object
15 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ilert-users-api-openapi.yml Raw ↑

Other APIs ilert publishes across the network.

ilert Alert Actions API
ilert Alert Sources API
ilert Alerts API
ilert Call Flow Numbers API
ilert Call Flows API
ilert Connectors API
ilert Contacts API
ilert Deployment Events API
ilert Deployment Pipelines API
ilert Escalation Policies API
ilert Event Flows API
ilert Events API