Lucid SCIM integration (Security, Productivity). Imported from open-connector.
https://users.lucid.app/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. Lucid recommends optimized attributes such as email, userName… |
| attributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |
| excludedAttributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |
/Users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Lucid SCIM resource ID, such as lucid-1234. |
| attributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |
| excludedAttributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |
/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. |
| filter | string | optional | SCIM group filter. Lucid currently supports single displayName equality filters… |
| attributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |
| excludedAttributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |
/Groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Lucid SCIM group or team ID, such as lucid-group-1234. |
| attributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |
| excludedAttributes | array | optional | SCIM attributes to include or exclude, sent as a comma-separated list. |