sym.sdk.integrations.aws_sso.users_in_group

sym.sdk.integrations.aws_sso.users_in_group(group_name: str) List[sym.sdk.user.User]

Get all users from the specified AWS SSO group.

Warning: This method may only be used for groups that have 20 or fewer members.

The AWS SSO group’s display name must be given, and the method will check that the group exists and is accessible. An exception will be raised if not.

Parameters

group_name – The display name of the AWS SSO group.

Returns

A list of User

Raises

AWSSSOError – If no AWS SSO group with the given name exists or if the group has greater than 20 members.