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

TetraScience Users API

The Users API from TetraScience — 10 operation(s) for users.

TetraScience Users API is one of 35 APIs that TetraScience 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, API documentation, a getting-started guide, an API reference, a changelog, and authentication docs.

This API exposes 13 operations across 10 paths. It is described by OpenAPI 3.1.0, at version 4.0.

Requests are made against 5 base URLs: https://api.tetrascience.com, https://api.tetrascience-uat.com, https://api.tetrascience-dev.com, https://api.tetrascience-uat.com, api.tetrascience.com.

13 operations 10 paths 0 schemas 3 GET4 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
4.0
Base URL
https://api.tetrascience.com
Authentication
API Key, API Key, API Key
License
Proprietary
Resource Areas
1

Authentication & Security 3

TetraScience Users API declares 3 security schemes for authenticating requests. An API key is passed in the header as ts-auth-token (token). An API key is passed in the header as x-org-slug (orgSlug). An API key is passed in the header as ts-auth-token (tsAuthToken). By default, every request must be authenticated.

  • token — JWT Token for authentication
  • orgSlug — Your organization slug

Paths & Operations 13

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

Users 13
GET
/v1/users/me
Get current user details
→ 200401403404
GET
/v1/users/{userId}/roles
Get user roles in the organization matching the orgSlug
1 param → 200401403404
POST
/v1/users/{userId}/roles
Add new roles for a user
1 param body → 200401403404
PUT
/v1/users/{userId}/roles
Update the roles for a user
1 param body → 200401403404
GET
/v1/users/{userId}
Get user by ID
1 param → 200401403404
PUT
/v1/users/{userId}
Update user by ID
1 param body → 200401403404
POST
/v1/users/me/organizations
Set default organization
body → 200401403404
POST
/v1/users/{userId}/token/revoke
Revoke user token
1 param body → 200401403404
POST
/v1/users/{userId}/token
Create user token
1 param body → 200401403404
PUT
/v1/users/me/password
Update current user's password
body → 200401403404
PUT
/v1/users/{userId}/resetPassword
Update a user's password
1 param body → 200401403404
PUT
/v1/users/{userId}/status
Update user status in the organization
1 param body → 200401403404
PUT
/v1/users/{userId}/unlock
Unlock user
1 param body → 200401403404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tetrascience-users-api-openapi.yml Raw ↑

Other APIs TetraScience publishes across the network.

TetraScience Access Groups API
TetraScience Agents API
TetraScience ai-workflows API
TetraScience Attributes API
TetraScience Audit Trail API
TetraScience clusters API
TetraScience Commands API
TetraScience Connectors API
TetraScience Data Acquisition API
TetraScience Data App Providers API
TetraScience Data Apps API
TetraScience databricks API