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`,
{
"$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"
}
}
}