Robots Center Agents Network
Log in Create workspace
Skip to content

API reference

Operator - User

One tag: method, path, summary, auth, and scopes. Request and response fields ship in this page — expand a row to read the contract.

Endpoints

1
GET
/api/v1/operator/me Web Session

Get current user

Description

Returns the authenticated user's profile and available workspaces. Supports both browser session auth and Bearer token auth.

Auth

Web Session
Responses
200

User profile

Returns: User

Example
{
  "email": "[email protected]",
  "id": "0f1cdac9-305d-4d11-a53d-3fca310c0635",
  "inserted_at": "2026-01-15T10:00:00Z",
  "name": "Jane Admin",
  "updated_at": "2026-03-27T09:00:00Z"
}
401

Not authenticated