Interface SCIMClient

All Known Implementing Classes:
SCIMClientImpl

public interface SCIMClient
Slack SCIM API client.

Provision and manage user accounts and groups with the Slack SCIM API. SCIM is used by Single Sign-On (SSO) services and identity providers to manage people across a variety of tools, including Slack.

It's also possible to write your own apps and scripts using the SCIM API to programmatically manage the members of your workspace.

See Also:
Slack SCIM API