.gitignore
LICENSE
README.md
pyproject.toml
pytest.ini
.github/copilot-instructions.md
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
.github/workflows/publish-testpypi.yml
src/slack_objects/__init__.py
src/slack_objects/_version.py
src/slack_objects/api_caller.py
src/slack_objects/base.py
src/slack_objects/client.py
src/slack_objects/config.py
src/slack_objects/conversations.py
src/slack_objects/files.py
src/slack_objects/idp_groups.py
src/slack_objects/messages.py
src/slack_objects/rate_limits.py
src/slack_objects/scim_base.py
src/slack_objects/usergroups.py
src/slack_objects/users.py
src/slack_objects/workspaces.py
src/slack_objects.egg-info/PKG-INFO
src/slack_objects.egg-info/SOURCES.txt
src/slack_objects.egg-info/dependency_links.txt
src/slack_objects.egg-info/requires.txt
src/slack_objects.egg-info/top_level.txt
tests/live_test_config.example.json
tests/Examples/examples_config.example.json
tests/Examples/users_search_by_email_example.py
tests/Examples/users_test_AzureKeyVault.py
tests/SCIM/conftest_live.py
tests/SCIM/run_all_scim_users_live_tests.py
tests/SCIM/test_scim_idp_groups_live.py
tests/SCIM/test_scim_users_create_live.py
tests/SCIM/test_scim_users_deactivate_live.py
tests/SCIM/test_scim_users_input_validation_live.py
tests/SCIM/test_scim_users_make_guest_live.py
tests/SCIM/test_scim_users_reactivate_live.py
tests/SCIM/test_scim_users_update_attribute_live.py
tests/SCIM/test_scim_users_update_email_live.py
tests/Smoke/_smoke_harness.py
tests/Smoke/api_caller_smoke_test.py
tests/Smoke/conversations_smoke_test.py
tests/Smoke/files_smoke_test.py
tests/Smoke/idp_groups_smoke_test.py
tests/Smoke/messages_smoke_test.py
tests/Smoke/run_all_smoke.py
tests/Smoke/security_smoke_test.py
tests/Smoke/usergroups_smoke_test.py
tests/Smoke/users_smoke_test.py
tests/Smoke/workspaces_smoke_test.py
tests/UnitTests/config_unit_test.py
tests/UnitTests/conversations_unit_test.py
tests/UnitTests/files_unit_test.py
tests/UnitTests/idp_groups_unit_test.py
tests/UnitTests/messages_unit_test.py
tests/UnitTests/rate_limits_unit_test.py
tests/UnitTests/usergroups_test.py
tests/UnitTests/users_unit_test.py
tests/UnitTests/workspaces_unit_test.py
tests/Users/conftest_live.py
tests/Users/run_all_users_live_tests.py
tests/Users/test_users_admin_live.py
tests/Users/test_users_classification_live.py
tests/Users/test_users_input_validation_live.py
tests/Users/test_users_read_live.py