sym.sdk.integrations.boundary.get_group

sym.sdk.integrations.boundary.get_group(group_id: str) dict

Returns the Boundary group with the given group ID.

Parameters

group_id – The group ID of the group to fetch.

Returns

The group with the given group ID in the form of a dictionary. See Group Service for details.

Raises

BoundaryError – If no Boundary group with the given group_id exists, or the credentials configured in the Boundary integration do not have permissions to get the given group.