Keeper SCIM integration (Security). Imported from open-connector.
https://keepersecurity.com/api/rest/scim/v2/ServiceProviderConfig
/Users
| Param | Type | Required | Description |
|---|---|---|---|
| startIndex | integer | optional | One-based index of the first SCIM result to return. |
| count | integer | optional | Maximum number of SCIM resources to return. |
| filter | string | optional | SCIM user filter, such as id eq "user_id". |
/Users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Keeper SCIM resource ID returned by the Users or Groups endpoint. |
/Groups
| Param | Type | Required | Description |
|---|---|---|---|
| startIndex | integer | optional | One-based index of the first SCIM result to return. |
| count | integer | optional | Maximum number of SCIM resources to return. |
| excludedAttributes | array | optional | SCIM attributes to exclude, sent as a comma-separated list. Keeper documents th… |
/Groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Keeper SCIM resource ID returned by the Users or Groups endpoint. |
| excludedAttributes | array | optional | SCIM attributes to exclude, sent as a comma-separated list. Keeper documents th… |