Python SDK documentation

Hello,

 I'm using the python SDK to streamline account creation and management and have been using the documentation found here: https://github.com/okta/okta-sdk-python. Where can I find documentation for calls not listed on this page? As an example as Okta team member referenced this: group = groups_client.get_groups(query="UniqueGroupName")[0]

I can’t seem to find a reference to “get_groups” on the github page, so I’m assuming there are additional classes not addressed on this page.

Thanks,.

Hello,
The repo shows some commonly used commands.
From here,

Most methods are grouped by the API endpoint they belong to. For example, methods that call the Users API are organized under the User resource client (okta.resource_clients.user_client.py)

So this call would map to /api/v1/users/{userId}/groups

Most resource clients should map to the Okta API endpoints.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.