v1.0.0
OAS 3.1.0

SaaS Service

MicroAuth SaaS Service API offers API endpoints to manage MicroAuth customers and their tenants.

Server: http://localhost:8000

API base URL.

Client Libraries

Get Test User

Responses
  • application/json
Request Example forGET/test-user
curl http://localhost:8000/test-user
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "email": "hello@example.com",
  "given_name": "…",
  "family_name": "…",
  "name": "…",
  "picture": "https://example.com",
  "email_verified": true,
  "roles": [
    "admin",
    "editor",
    "customer"
  ],
  "permissions": [
    "invoice:read",
    "invoice:write",
    "invoice:delete"
  ],
  "tenant_id": "123e4567-e89b-12d3-a456-426614174000",
  "updated_at": 1
}

Models