Alexey Gourevich

Results 2 issues of Alexey Gourevich

Getting this error when trying to list groups ``` client: OktaClient users, _, error = await client.list_group_users(groupId=group_id) ``` This call triggers the next Exception: ``` users, _, error = await...

Calling zone API (list_network_zones()) on my OKTA preview tenant with default zones in it: Getting exception from the API call: ```python okta_api.errors.okta_errors_generic.OktaGenericError: 0 ``` From the debugging it's clearly seen...