sym.sdk.integrations.okta.users_in_group

sym.sdk.integrations.okta.users_in_group(*, group_id: str) List[sym.sdk.user.User]

Get all users from the specified Okta group.

The Okta group’s ID must be given, and the method will check that the group exists and is accessible. An exception will be thrown if not.

Parameters

group_id – The ID of the Okta group.