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

ObservePoint Users API

Endpoints for managing users including creation, authentication, permissions, and user account management

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

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

This API exposes 7 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.2.0.

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

7 operations 3 paths 3 schemas 1 DELETE3 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.observepoint.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

ObservePoint Users API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (API_Key).

  • API_Key — Use the Authorization header in your requests with ObservePoint API key as header value. Example: Authorization: abc123...def456

Paths & Operations 7

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

Users 7

Endpoints for managing users including creation, authentication, permissions, and user account management

GET
/users
Return all users for current user account.
getUsers 1 param → 200403
GET
/users/{userId}
Return user data by given id. Accessible only for admin users or if {userId} equal to current user id
getUser 1 param → 200403404
PUT
/users/{userId}
Update user data by given userId.Accessible only for admin users or if {userId} equal to current user id
updateUser 1 param body → 200403404
DELETE
/users/{userId}
Delete user by given id. Accessible only for admin users
deleteUser 1 param → 204403404
GET
/users/{userId}/folders
Return folders list shared with user by given id. Accessible only for admin users or if {userId} equal to current user id
getUserFolders 1 param → 200403404
POST
/users/{userId}/folders
Add given folders as shared for user with given userId.Accessible only for admin users
addUserFolders 1 param body → 200403404422
PUT
/users/{userId}/folders
Set given folders as shared for user with given userId. Accessible only for admin users
setUserFolders 1 param body → 200403404422

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are User (14 properties), UserDocument (8 properties), UserFolder (3 properties). Each schema is shown below with its type and property counts.

UserFolder
object
User folder model
3 properties 3 required
User
object
User model
14 properties 11 required
UserDocument
object
User create/update model
8 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

observepoint-users-api-openapi.yml Raw ↑

Other APIs ObservePoint publishes across the network.

ObservePoint Account API
ObservePoint Account Triggered Alerts API
ObservePoint Account Usage Alerts API
ObservePoint Account Usage Export API
ObservePoint Account Usage V2 API
ObservePoint Action Set Action Rules API
ObservePoint Action Set Actions API
ObservePoint Action Sets API
ObservePoint Alert Export API
ObservePoint Alert Summary Report API
ObservePoint Alerts API
ObservePoint Audit Actions API
Where this information came from

This is an independent, third-party profile of ObservePoint Users 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.