View the people who have access to a task. Responses do not include people with inherited Hierarchy permission to the task.
{- "members": [
- {
- "id": 812,
- "username": "John Doe",
- "email": "john@example.com",
- "color": "#FFFFFF",
- "initials": "JD",
- "profileInfo": {
- "display_profile": null,
- "verified_ambassador": null,
- "verified_consultant": null,
- "top_tier_user": null,
- "viewed_verified_ambassador": null,
- "viewed_verified_consultant": null,
- "viewed_top_tier_user": null
}
}, - {
- "id": 813,
- "username": "Jane Doe",
- "email": "jane@example.com",
- "color": null,
- "initials": "JD",
- "profileInfo": {
- "display_profile": null,
- "verified_ambassador": null,
- "verified_consultant": null,
- "top_tier_user": null,
- "viewed_verified_ambassador": null,
- "viewed_verified_consultant": null,
- "viewed_top_tier_user": null
}
}
]
}