From d55ec4fe14cc8011c92627996ee340b2dde387df Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Mon, 7 Oct 2019 16:26:03 +0200 Subject: [PATCH] Update docs. --- docs/reference/provisioning/scim-via-curl.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/provisioning/scim-via-curl.md b/docs/reference/provisioning/scim-via-curl.md index 7e28794a326..a3fd2bc0c3f 100644 --- a/docs/reference/provisioning/scim-via-curl.md +++ b/docs/reference/provisioning/scim-via-curl.md @@ -8,6 +8,11 @@ This page shows you how to communicate with the wire backend through the [SCIM API](http://www.simplecloud.info/) by example. All examples are [curl](https://curl.haxx.se/) (in bash syntax). +We support setting the handle and user name in wire (the thing with +`@` and the longer thing without `@`). There is also support for +setting rich-info. Group provisioning is planned, but the release +date hasn't been fixed yet. + If you want to dive into the backend code, start [reading here in our backend](https://github.com/wireapp/wire-server/blob/develop/services/spar/src/Spar/Scim.hs) and [our hscim library](https://github.com/wireapp/hscim).