Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/4-docs/pr-2720
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document user deactivation (aka suspension) with SCIM.
4 changes: 4 additions & 0 deletions docs/src/understand/single-sign-on/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,10 @@ For each put request, you need to provide the full json object. All omitted fie
-d "$SCIM_USER" \
$WIRE_BACKEND/scim/v2/Users/$STORED_USER_ID

**Deactivate user**

It is possible to temporarily deactivate an user (and reactivate him later) by setting his ``active`` property to ``true/false`` without affecting his device history. (`active=false` changes the wire user status to `suspended`.)

**Delete user**

.. code-block:: bash
Expand Down