Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-01 10:27:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-01 10:27:30 +0300
commit535354340c752f84ebf7925d96964db59dcc6734 (patch)
treef88e114a9a9bb50f251f1c4f4d8e7763246460fa /doc
parent73c7e6d24380315feb8f9e975948eab0da8083ce (diff)
Add latest changes from gitlab-org/security/gitlab@14-9-stable-ee
Diffstat (limited to 'doc')
-rw-r--r--doc/api/scim.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/scim.md b/doc/api/scim.md
index ab3a181f5be..9c88997b94c 100644
--- a/doc/api/scim.md
+++ b/doc/api/scim.md
@@ -170,13 +170,13 @@ Returns a `201` status code if successful.
Fields that can be updated are:
-| SCIM/IdP field | GitLab field |
-|:---------------------------------|:---------------------------------------|
-| `id/externalId` | `extern_uid` |
-| `name.formatted` | `name` |
-| `emails\[type eq "work"\].value` | `email` |
-| `active` | Identity removal if `active` = `false` |
-| `userName` | `username` |
+| SCIM/IdP field | GitLab field |
+|:---------------------------------|:-----------------------------------------------------------------------------|
+| `id/externalId` | `extern_uid` |
+| `name.formatted` | `name` ([Removed](https://gitlab.com/gitlab-org/gitlab/-/issues/363058)) |
+| `emails\[type eq "work"\].value` | `email` ([Removed](https://gitlab.com/gitlab-org/gitlab/-/issues/363058)) |
+| `active` | Identity removal if `active` = `false` |
+| `userName` | `username` ([Removed](https://gitlab.com/gitlab-org/gitlab/-/issues/363058)) |
```plaintext
PATCH /api/scim/v2/groups/:group_path/Users/:id