Plane docs
ApiSchemas

OrganizationMembership

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

Used by auth.me, organizations.list

JSON Schema

{
  "type": "object",
  "properties": {
    "organization": {
      "$ref": "#/components/schemas/Organization"
    },
    "role": {
      "$ref": "#/components/schemas/Role"
    },
    "status": {
      "$ref": "#/components/schemas/MembershipStatus"
    }
  },
  "required": [
    "organization",
    "role",
    "status"
  ],
  "additionalProperties": false
}

On this page