Author:
Fluent Commerce
Changed on:
27 Oct 2023
There are a number of features provided as part of the SCIM Connector.
Below are the key features from
`fc-connector-scim`
See more detail in RFC 7644: System for Cross-domain Identity Management: Protocol
Endpoint | Description | Sample |
GET /Users?filter=userName eq "" | Find a list of User Resource for the filter specified (Support filter by username only). |
|
GET /Users/{username} | Retrieves a User Resource by unique identifier. |
|
POST /Users | Creates a new User Resource for the data specified. |
|
PATCH /Users/{username} | Updates a new User Resource with the data specified. |
|
DELETE /Users/{username} | Deactivates a User Resource by given identifier. |
|
See more detail in RFC 7644: System for Cross-domain Identity Management: Protocol
See more detail in RFC 7644: System for Cross-domain Identity Management: Protocol
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.