- "content": "Returns the complete workspace record for a single workspace membership.\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | object | | This object determines if a user is a member of a workspace. |\n| `data.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.resource_type` | string | | The base type of this resource. |\n| `data.user` | object | | A *user* object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |\n| `data.user.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user.resource_type` | string | | The base type of this resource. |\n| `data.user.name` | string | | *Read-only except when same user as requester*. The user's name. |\n| `data.workspace` | object | | A *workspace* is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |\n| `data.workspace.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.workspace.resource_type` | string | | The base type of this resource. |\n| `data.workspace.name` | string | | The name of the workspace. |\n| `data.user_task_list` | object | | A user task list represents the tasks assigned to a particular user. It provides API access to a user’s [My tasks](https://asana.com/guide/help/fundamentals/my-tasks) view in Asana. |\n| `data.user_task_list.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.name` | string | | The name of the user task list. |\n| `data.user_task_list.owner` | object | | A *user* object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |\n| `data.user_task_list.owner.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.owner.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.owner.name` | string | | *Read-only except when same user as requester*. The user's name. |\n| `data.user_task_list.workspace` | object | | A *workspace* is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |\n| `data.user_task_list.workspace.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.workspace.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.workspace.name` | string | | The name of the workspace. |\n| `data.is_active` | boolean | | Indicates whether the user is currently associated with the workspace. Returns `true` for users who have joined the workspace or have been invited but not yet accepted. |\n| `data.is_admin` | boolean | | Reflects if this user is an admin of the workspace. |\n| `data.is_guest` | boolean | | Reflects if this user is a guest of the workspace. |\n| `data.is_view_only` | boolean | | Reflects if this user has view only license in the workspace. |\n| `data.vacation_dates` | object | | Contains keys `start_on` and `end_on` for the vacation dates for the user in this workspace. If `start_on` is null, the entire `vacation_dates` object will be null. If `end_on` is before today, the entire `vacation_dates` object will be null. |\n| `data.vacation_dates.start_on` | string | | The day on which the user's vacation in this workspace starts. This is a date with `YYYY-MM-DD` format. |\n| `data.vacation_dates.end_on` | string | | The day on which the user's vacation in this workspace ends, or null if there is no end date. This is a date with `YYYY-MM-DD` format. |\n| `data.created_at` | string(date-time) | | The time at which this resource was created. |",
0 commit comments