Skip to main content

Hi team,

I noticed that the SCIM API doc for Lucid chart lists standard schemas, but I’m trying to confirm if the following custom schema is supported:

urn:ietf:params:scim:schemas:extension:tenant:2.0:User

It’s not returned in the /Schemas endpoint response, and when I tried passing it in a request, the value doesn’t appear in the response either.

Just wanted to check, is this schema supported by Lucid chart SCIM API? Or does Lucid not support custom schema extensions like this?

Thanks!

@iobuildersatko That’s correct - the schema you mentioned isn’t available with Lucid’s SCIM API. Lucid’s implementation follows the IETF SCIM 2.0 standard (RFC 7643) and supports only the standard, globally recognized schemas listed below:

  • urn:ietf:params:scim:schemas:core:2.0:User
    Includes standard user attributes (see Get User Response example in our developer docs).

  • urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
    Only the department attribute is supported.

  • urn:ietf:params:scim:schemas:core:2.0:Group
    Defines group membership (see Get Group Response example).

Custom schemas aren’t supported, only the ones returned by the /Schemas endpoint are supported. More details can be found in Lucid’s SCIM API documentation.

Let me know what you were hoping to capture with that extension and I can help identify whether that data is available elsewhere through our public APIs or the Admin Panel UI.