← Tools Reference

Keeper SCIM

Keeper SCIM integration (Security). Imported from open-connector.

API key5 toolshttps://keepersecurity.com/api/rest/scim/v2
GET
keeper_scim_get_service_provider_config
Get the Keeper SCIM service provider configuration for the connected node.

/ServiceProviderConfig

GET
keeper_scim_list_users
List Keeper SCIM users with optional SCIM filter and pagination.

/Users

3 parameters
ParamTypeRequiredDescription
startIndexintegeroptionalOne-based index of the first SCIM result to return.
countintegeroptionalMaximum number of SCIM resources to return.
filterstringoptionalSCIM user filter, such as id eq "user_id".
GET
keeper_scim_get_user
Get one Keeper SCIM user by ID.

/Users/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredKeeper SCIM resource ID returned by the Users or Groups endpoint.
GET
keeper_scim_list_groups
List Keeper SCIM groups with optional pagination and excluded member attributes.

/Groups

3 parameters
ParamTypeRequiredDescription
startIndexintegeroptionalOne-based index of the first SCIM result to return.
countintegeroptionalMaximum number of SCIM resources to return.
excludedAttributesarrayoptionalSCIM attributes to exclude, sent as a comma-separated list. Keeper documents th…
GET
keeper_scim_get_group
Get one Keeper SCIM group by ID.

/Groups/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredKeeper SCIM resource ID returned by the Users or Groups endpoint.
excludedAttributesarrayoptionalSCIM attributes to exclude, sent as a comma-separated list. Keeper documents th…