CustomUser (generated dynamically from a dictionary)
After assigning data to the SCIM user instance, I wanted to get the data in dictionary format by calling .model_dump(), but it raised an exception. I don’t know whether it’s my mistake or a real error, so I’m posting it here to get help from you.
I'm new with your lib and want to use it into my SCIM project. In my project, I have user schema with this structure:
After assigning data to the SCIM user instance, I wanted to get the data in dictionary format by calling
.model_dump()
, but it raised an exception. I don’t know whether it’s my mistake or a real error, so I’m posting it here to get help from you.Here is my detailed python script:
And it throws an exception: