Get Project Member
membership_getRetrieve a single membership by its ID from a Taiga project. Adjust verbosity to control the amount of returned data.
Instructions
Get a single membership by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| verbosity | No | Trims the response's fields to cut token cost. "full" (default) = every field Taiga returns. "standard" drops denormalized *_extra_info objects, *_html duplicate fields, and UI-only ordering fields. "minimal" keeps only id/ref/subject/status/assigned_to/project/is_closed. |