Asana · Schema

MembershipRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
access_level string Sets the access level for the member. Goals can have access levels `editor` or `commenter`. Projects can have access levels `admin`, `editor` or `commenter`. Portfolios can have access levels `admin`,
View JSON Schema on GitHub

JSON Schema

asana-membershiprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MembershipRequest",
  "title": "MembershipRequest",
  "type": "object",
  "properties": {
    "access_level": {
      "description": "Sets the access level for the member. Goals can have access levels `editor` or `commenter`. Projects can have access levels `admin`, `editor` or `commenter`. Portfolios can have access levels `admin`, `editor` or `viewer`.",
      "type": "string",
      "example": "editor"
    }
  }
}