workos-python icon indicating copy to clipboard operation
workos-python copied to clipboard

Official Python SDK for interacting with the WorkOS API

Results 5 workos-python issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

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...

enhancement