diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-26 21:11:52 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-26 21:11:52 +0000 |
commit | e04b8c1e60649802ae4249dae7fa7aaf3f0a83c7 (patch) | |
tree | dc5607b353067e079443b9478572e4a394bfe011 /doc/api/scim.md | |
parent | cea01cb81787f0d2c119b287a5833f2e267324bc (diff) | |
download | gitlab-ce-e04b8c1e60649802ae4249dae7fa7aaf3f0a83c7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/scim.md')
-rw-r--r-- | doc/api/scim.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/scim.md b/doc/api/scim.md index 528eca3b828..6e022afb2f5 100644 --- a/doc/api/scim.md +++ b/doc/api/scim.md @@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/98354) in GitLab 15.5. -GitLab provides an SCIM API that both implements [the RFC7644 protocol](https://tools.ietf.org/html/rfc7644) +GitLab provides an SCIM API that both implements [the RFC7644 protocol](https://www.rfc-editor.org/rfc/rfc7644) and provides the `/Users` endpoint. The base URL is `/api/scim/v2/groups/:group_path/Users/`. To use this API, [Group SSO](../user/group/saml_sso/index.md) must be enabled for the group. |