Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
1 change: 1 addition & 0 deletions changelog.d/4-docs/fix-docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove documentation of unsupported scim end-point use case.
10 changes: 4 additions & 6 deletions docs/reference/provisioning/scim-via-curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
fisx marked this conversation as resolved.
Outdated
list of your team members, try the CSV download button in the team
management app.

### update user

Expand Down