workos-python
workos-python copied to clipboard
Official Python SDK for interacting with the WorkOS API
## Description Add organization membership deactivate and reactivate API methods. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ```...
## Description Make events parameter required for listEvents. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [x] Yes...
## Description We no longer support querying directories by domain. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ```...
Currently, Python SDK users need to monkeypatch WorkOS SDK by setting a client_id and api_key at the module level. This is an anti-pattern because the object's definition doesn't describe how...
Hey :) The Python SDK does not currently support type checking, causing mypy to display `Skipping analyzing "workos": module is installed, but missing library stubs or py.typed marker [import]`. It's...
## Description Make OrganizationMembership.status LiteralOrUntyped. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If...
## Description Adding the certificate renewal intent as an option for link generation ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets...
The AuthorizationException exception raised when trying to sign in with an unverified email is missing key information to be able to do custom verification of the user. 1. Ensure password...
## Description Update MinimalOrganizationDomain type. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If...
## Description Adds "role" property to profile. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [X] Yes ```...