Lucid Capabilities
Last updated: October 8, 2024
After this article...
You'll understand the capabilities our Lucid integration provides, and how Lumos interacts with the Lucid API.
View users
The mapping between Lucid user statuses and Lumos user account statuses is below.
Lucid User Status | Lumos Account Status |
active | Active |
inactive | Suspended* |
deleted (Lucid no longer returns a user) | Deprovisioned |
* If you would like inactive Lucid users to be labeled as "Staged" in Lumos so that they can be reviewed in an access review (see📄 Using Lumos for Access Reviews), please contact support@lumos.com.
Lucid API endpoint: https://developer.lucid.co/scim/#get-all-users (we use the "active" field to determine a user's status)
View a user's entitlements
Lumos can retrieve the following user entitlements from Lucid.
Role - Whether the user is a Billing Admin, Document Admin, Team Admin, etc.
License - The Lucid products to which the user is licensed (Lucid, Lucidspark, LucidscaleCreator, LucidscaleExplorer).
When reviewing license usage in Lucid's admin portal, you may see that users with a Lucid or Lucidspark license will have a "Lucid Suite" license.
If you want to find users in Lumos with a "Lucid Suite" license, add the "Lucid" and "Lucidspark" filters to the License column.
Lucid API endpoints:
Role: https://developer.lucid.co/scim/#users (we use the "roles" list).
License: https://developer.lucid.co/scim/#users-resources (we use the "productLicenses" mapping)
Downgrade a user
AppStore | Offboarding | Access Reviews | License Management |
N/A | ✅ | ❌ | ✅ |
In Lumos, downgrading a Lucid user changes their License to empty during the next Lucid sync.
In Lucid, this action removes all of the user's product licenses and add-ons. They'll be made a View-Only user that will be able to view and comment on documents, but not edit them. Downgrading a user will unassign all documents they've created. You'll need to visit the Lucid admin panel to reassign the documents to another licensed user within 30 days of downgrading.
This action reclaims a license in Lucid for each product removed.
Lucid API endpoint: https://developer.lucid.co/scim/#put-modify-user (we set the value to "false" for each "productLicenses" value mapped to the user, and set "addOns" to empty)
Suspend a user
AppStore | Offboarding | Access Reviews | License Management |
N/A | ✅ | ✅ | ✅ |
In Lumos, suspending a Lucid user marks their Account Status as "Suspended" (or "Staged" if you've asked Lumos to enable this).
In Lucid, this action sets the user to inactive. This prevents them from logging in. We also remove all product licenses and add-ons, which will unassign all documents they've created. You'll need to visit the Lucid admin panel to reassign the documents to another licensed user within 30 days of downgrading.
This action reclaims a license in Lucid for each product removed.
Lucid API endpoint: https://developer.lucid.co/scim/#patch-modify-user (we set "active" to "false", and we also set the value to "false" for each "productLicenses" value mapped to the user, and set "addOns" to empty)).
Transfer data
AppStore | Offboarding | Access Reviews | License Management |
N/A | ✅ | ❌ | ✅ |
In Lumos, transferring a user's Lucid data has no impact on their account status or listed entitlements.
In Lucid, this action transfers the following data from one user to another:
Documents and folders owned by the
fromUser. ThetoUserwill also be given edit and share permissions to any team folder thefromUserhas edit and share permissions for.Custom shape libraries
Lucidscale objects (3rd party credentials, AWS accounts, GCP projects, and Azure subscriptions)
After transferring, the files and folders from the previous user will appear in the new user's Documents, under a folder called "From <previous_users_email_address>". After the transfer, the fromUser loses ownership of the objects described above. An email is also sent to both the fromUser and the toUser to notify them of the transfer.
By default, your Lucid Account Owner will be the recipient of documents that are automatically transferred upon delicensing or deleting a user. You can change the recipient of the transferred documents by navigating to the SCIM integration settings in the Lucid Admin Panel (more info here).
Lucid API endpoint: https://developer.lucid.co/rest-api/v1/#transfer-user-content71
Deprovision a user
AppStore | Offboarding | Access Reviews | License Management |
N/A | ✅ | ✅ | ✅ |
In Lumos, deprovisioning a Lucid user marks their Account Status as "Deprovisioned".
In Lucid, this action permanently removes the user from Lucid. You'll need to visit the Lucid admin panel to reassign the documents to another licensed user within 30 days of deleting.
This action reclaims a license in Lucid.