Plane docs
ApiSchemas

AuthUser

One shape from the contract, as it appears on the wire.

Used by auth.me

JSON Schema

{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "email"
  ],
  "additionalProperties": false
}

On this page