Skip to main content
Question

Search for licensed users in Lucid

  • January 7, 2026
  • 2 replies
  • 59 views

Forum|alt.badge.img+2

I am looking to get a list of licensed users. Looking at https://lucid.readme.io/reference/getallusers, you would thinking filtering on “urn:ietf:params:scim:schemas:extension:lucid:1.0:User.productLicenses” would get me that. 

Here’s an example of an unlicensed and licensed user. The one with True in the “canEdit” field is the licensed user. As you can see the field “urn:ietf:params:scim:schemas:extension:lucid:1.0:User.productLicenses” is empty for both unlicensed and licensed users.

Filtering on “canEdit” gets me what I want but this is a non-optimized attribute. Am I supposed to get a list of licensed users by filtering on “urn:ietf:params:scim:schemas:extension:lucid:1.0:User.productLicenses”?

Comments

Richard Udell
Forum|alt.badge.img+8
  • Lucid support team
  • January 9, 2026

@wow Thank you for your question! I’m taking a closer look at this filter and will get back to you next week with more information.


Richard Udell
Forum|alt.badge.img+8
  • Lucid support team
  • May 1, 2026

@wow Hey, apologies for the delayed follow-up here. The productLicenses SCIM extension field is no longer available, which is why you're seeing it come back empty.


The good news is we've since released a dedicated Licensing API that's purpose-built for this kind of use case. You can retrieve subscription details, see license assignments, and manage provisioning programmatically. I'd recommend checking out Brock's announcement post here: Automating License Management with the New Licensing API, and the full documentation is linked there as well.


Let us know if you have any questions once you've had a chance to look it over!