Onboarding BLE Devices Using SCIM
SCIM HTTP Methods
The SCIM protocol specifies end points and HTTP methods to manage resources.
The following are the supported HTTP methods:
| HTTP Method | SCIM Usage |
|---|---|
| GET | Retrieve a resource. |
| PUT | Update a resource. |
| POST | Create a new resource. |
| DELETE | Deletes a resource. |
SCIM API Resource and Versions
The resource and endpoint supported in the SCIM APIs are Device and /Devices respectively.
The URL path covers the base URL and version identifier as a segment. The SCIM APIs support v2 as the version identifier.
/scim/v2/Devices are the SCIM API resource and version supported for HTTP POST, PUT, GET, or DELETE.