diff --git a/changelog.d/4-docs/fix-docs b/changelog.d/4-docs/fix-docs new file mode 100644 index 0000000000..7cc610b911 --- /dev/null +++ b/changelog.d/4-docs/fix-docs @@ -0,0 +1 @@ +Remove documentation of unsupported scim end-point use case. \ No newline at end of file diff --git a/docs/reference/provisioning/scim-via-curl.md b/docs/reference/provisioning/scim-via-curl.md index 2b64e425f4..c39fd9ec6a 100644 --- a/docs/reference/provisioning/scim-via-curl.md +++ b/docs/reference/provisioning/scim-via-curl.md @@ -159,12 +159,10 @@ curl -X GET \ ### get all users -```bash -curl -X GET \ - --header "Authorization: Bearer $SCIM_TOKEN" \ - --header 'Content-Type: application/json;charset=utf-8' \ - $WIRE_BACKEND/scim/v2/Users/ -``` +There is a way to do this in the SCIM protocol, but it's not +implemented in wire for performance reasons. If you need a complete +list of your team members, try the CSV download button in the team +management app. ### update user