Skip to content

Add support for finding Content belong to a Group #336

@tdstein

Description

@tdstein

Add support for retrieving Content for a Group. This is supported via the v1/experimental/groups/:group_guid/content API. See https://docs.posit.co/connect/cookbook/content-access-controls/auditing-group-access-to-content/

This should be implemented as an attribute off of the Group resource and resemble the following pseudo-code:

from posit import connect

client = connect.Client()
group = client.groups.find_by(name="example-group")
assert group
content: List[Content] = group.content

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsdkUsed for automation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions