SerenAI

Pay Per Call Agentic Commerce

UserMe

Response for GET /auth/me - current user info with default organization

Properties

allOf:
View JSON Schema
{
  "allOf": [
    {
      "$ref": "#/components/schemas/UserInfo"
    },
    {
      "type": "object",
      "required": [
        "default_organization_id"
      ],
      "properties": {
        "default_organization_id": {
          "type": "string",
          "format": "uuid",
          "description": "The user's default organization ID for API calls requiring an organization context.\nThis is typically the first organization the user joined (their personal org)."
        }
      }
    }
  ],
  "description": "Response for GET /auth/me - current user info with default organization"
}