← Tools Reference

Lucid SCIM

Lucid SCIM integration (Security, Productivity). Imported from open-connector.

API key5 toolshttps://users.lucid.app/scim/v2
GET
lucid_scim_get_service_provider_config
Get the Lucid SCIM service provider configuration for the connected account.

/ServiceProviderConfig

GET
lucid_scim_list_users
List Lucid SCIM users with optional SCIM filter, pagination, and attributes.

/Users

5 parameters
ParamTypeRequiredDescription
startIndexintegeroptionalOne-based index of the first SCIM result to return.
countintegeroptionalMaximum number of SCIM resources to return.
filterstringoptionalSCIM user filter. Lucid recommends optimized attributes such as email, userName…
attributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.
excludedAttributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.
GET
lucid_scim_get_user
Get one Lucid SCIM user by ID.

/Users/{id}

3 parameters
ParamTypeRequiredDescription
idstringrequiredLucid SCIM resource ID, such as lucid-1234.
attributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.
excludedAttributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.
GET
lucid_scim_list_groups
List Lucid SCIM org groups or teams with optional SCIM filter, pagination, and attributes.

/Groups

5 parameters
ParamTypeRequiredDescription
startIndexintegeroptionalOne-based index of the first SCIM result to return.
countintegeroptionalMaximum number of SCIM resources to return.
filterstringoptionalSCIM group filter. Lucid currently supports single displayName equality filters…
attributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.
excludedAttributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.
GET
lucid_scim_get_group
Get one Lucid SCIM org group or team by ID.

/Groups/{id}

3 parameters
ParamTypeRequiredDescription
idstringrequiredLucid SCIM group or team ID, such as lucid-group-1234.
attributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.
excludedAttributesarrayoptionalSCIM attributes to include or exclude, sent as a comma-separated list.