ello,
I am trying to use a Python script to get a list of our users via the SCIM API.
I am facing a persistent issue. When I generate a new SCIM bearer token, it either fails authentication entirely (returns zero users) or it successfully fetches the user list but is missing the crucial license and role data (urn:ietf:params:scim:schemas:extension:lucid:1.0:User
).
I have confirmed my script is correct and have regenerated the token more than 5 times. The problem is with the permissions being granted to the token itself. Our SCIM admin page does not have any settings for "Attribute Mapping" to fix this.
Can you please urgently check our account's backend SCIM configuration and ensure that any new token I generate has full read permissions for all user attributes, including the lucid:1.0:User
extension?
Thank you.