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

Macrometa Users API

The Users API from Macrometa — 18 operation(s) for users.

Macrometa Users API is one of 63 APIs that Macrometa 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.

This API exposes 33 operations across 18 paths, and defines 16 schemas. It is described by OpenAPI 3.0.0, at version 0.17.17.

Requests are made against a single base URL, https://api-play.paas.macrometa.io.

33 operations 18 paths 16 schemas 9 DELETE15 GET1 PATCH1 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.17.17
Base URL
https://api-play.paas.macrometa.io
Authentication
API Key, HTTP Bearer
License
Macrometa License, Version 2.0
Resource Areas
1

Authentication & Security 2

Macrometa Users API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Provide an API Key to the Authorization header, prefixed with "apikey". Example: Authorization: apikey
  • BearerAuth — Provide a JSON Web Token (JWT) to the Authorization header, prefixed with "bearer". Example: Authorization: bearer

Paths & Operations 33

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

Users 33
GET
/_api/version
Return server version
RestVersionHandler → 200
POST
/_api/user
Create User
CreateUser body → 201400401403409
GET
/_api/user/
List available Users
ListAvailableUsers → 200400401403
DELETE
/_api/user/{user}
Remove User
RemoveUser 1 param → 202400401403404
GET
/_api/user/{user}
Fetch User
FetchUser 1 param → 200400401403404
PATCH
/_api/user/{user}
Modify User.
ModifyUser 1 param body → 200400401403404
GET
/_api/user/{user}/database
List the GeoFabrics available to user.
ListTheAccessibleDatabasesForAUser 2 params → 200400401403
GET
/_api/user/{user}/database/{geofabric}
Get the GeoFabric access level.
GetTheDatabaseAccessLevel 2 params → 200400401403
DELETE
/_api/user/{user}/database/{geofabric}
Clear the GeoFabric access level
ClearTheDatabaseAccessLevel 2 params → 202400
PUT
/_api/user/{user}/database/{geofabric}
Set the GeoFabric access level
SetTheDatabaseAccessLevel 2 params body → 200400401403
GET
/_api/user/{user}/database/{geofabric}/collection
Get the collections access level for specific user
GetTheAllCollectionAccessLevel 3 params → 200400401403404
GET
/_api/user/{user}/database/{geofabric}/collection/{collection}
Get the specific collection access level
GetTheSpecificCollectionAccessLevel 3 params → 200400401403404
DELETE
/_api/user/{user}/database/{geofabric}/collection/{collection}
Clear the collection access level.
ClearTheCollectionAccessLevel 3 params → 202400404
PUT
/_api/user/{user}/database/{geofabric}/collection/{collection}
Set the collection access level
SetTheCollectionAccessLevel 3 params body → 200400401403404
GET
/_api/user/{user}/database/{geofabric}/stream
List the accessible streams
ListTheAccessibleStreamsForAUser 3 params → 200400401403404
GET
/_api/user/{user}/database/{geofabric}/stream/{stream}
Get the stream access level
GetTheStreamAccessLevel 3 params → 200400401403404
DELETE
/_api/user/{user}/database/{geofabric}/stream/{stream}
Clear the stream access level.
ClearTheStreamAccessLevel 3 params → 202400404
PUT
/_api/user/{user}/database/{geofabric}/stream/{stream}
Set the stream access level
SetTheStreamAccessLevel 3 params body → 200400401403404
GET
/_api/user/{user}/database/{geofabric}/restql
Get the query workers access level for a specific user
GetTheAllQueryWorkerAccessLevel 3 params → 200400401403404
GET
/_api/user/{user}/database/{geofabric}/restql/{query-worker}
Get the specific query worker access level
GetTheSpecificQueryWorkerAccessLevel 3 params → 200400401403404
DELETE
/_api/user/{user}/database/{geofabric}/restql/{query-worker}
Clear the query worker access level.
ClearTheQueryWorkerAccessLevel 3 params → 202400404
PUT
/_api/user/{user}/database/{geofabric}/restql/{query-worker}
Set the query worker access level
SetTheQueryWorkerAccessLevel 3 params body → 200400401403404
GET
/_api/user/{user}/database/{geofabric}/managedkey
Get the managed keys access level for a specific user
GetAllManagedKeyAccessLevel 3 params → 200400401403404
GET
/_api/user/{user}/database/{geofabric}/managedkey/{managed-key-name}
Get the specific managed key access level
GetSpecificManagedKeyAccessLevel 3 params → 200400401403404
DELETE
/_api/user/{user}/database/{geofabric}/managedkey/{managed-key-name}
Clear the managed key access level
ClearManagedKeyAccessLevel 3 params → 202400404
PUT
/_api/user/{user}/database/{geofabric}/managedkey/{managed-key-name}
Set the managed key access level
SetManagedKeyAccessLevel 3 params body → 200400401403404
GET
/_api/user/{user}/billing
Get the billing access level
GetTheBillingAccessLevel 1 param → 200400401403404
DELETE
/_api/user/{user}/billing
Clear the billing access level
ClearTheBillingAccessLevel 1 param → 202400404
PUT
/_api/user/{user}/billing
Set the billing access level.
SetTheBillingAccessLevel 1 param body → 200400401403404
GET
/_api/user/{user}/attributes
Get the user attributes
GetTheAttributesForUser 1 param → 200400401403404
PUT
/_api/user/{user}/attributes
Update attributes
CreateTheAttributesForUser 1 param body → 200400401403404
DELETE
/_api/user/{user}/attributes/truncate
Remove all attributes
ClearAllAttributesForUser 1 param → 202400404
DELETE
/_api/user/{user}/attributes/{attributeid}
Remove attribute
ClearTheAttributesForUser 2 params → 202400404

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are api_key_http_examples_rc_200_0 (9 properties), user_modify (4 properties), user_create (4 properties), error_example_rc_403 (4 properties). Each schema is shown below with its type and property counts.

user_grant_database
object
1 property 1 required
user_create
object
4 properties 2 required
headers
user_grant_queryworker
object
1 property 1 required
http_examples_rc_200_attributes
object
3 properties
user_grant_collection
object
1 property 1 required
error_example_rc_404
object
4 properties 1 required
api_key_http_examples_rc_200_0
object
9 properties
error_example_rc_400
object
4 properties 1 required
error_example_rc_409
object
4 properties 1 required
error_example_rc_401
object
4 properties 1 required
get_api_return_rc_200
object
3 properties 1 required
error_example_rc_403
object
4 properties 1 required
user_modify
object
4 properties
attribute_values
object
2 properties
user_grant_managedkey
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

macrometa-users-api-openapi.yml Raw ↑

Other APIs Macrometa publishes across the network.

Macrometa Activity Metrics API
Macrometa Administration API
Macrometa API key API
Macrometa API Keys API
Macrometa Authentication API
Macrometa Billing API
Macrometa Cache API
Macrometa Change History API
Macrometa Collections API
Macrometa Components API
Macrometa Connections API
Macrometa Connectors API
Where this information came from

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