Users
Create, read, update, and deactivate users. userName is the unique identifier
and is immutable once the user is created.
📄️ List users
Returns the users for the tenant, optionally filtered. Filterable attributes:
📄️ Create user
Provision a new user. `userName` must be the user's work email and is **immutable**
📄️ Get user
Returns the user resource. `404` if the user doesn't exist or is deactivated.
📄️ Replace user
Full-resource replace. Send the complete user representation. `userName` and
📄️ Update user
Partial update via SCIM PATCH. Accepts both pathed and Okta-style no-path
📄️ Deactivate user
Soft-deletes (deactivates) the user. The record is retained so a subsequent