Skip to content
Merged
Changes from 1 commit
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
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.
Comment thread
Veki301 marked this conversation as resolved.
Outdated

**Delete user**

.. code-block:: bash
Expand Down