scim2-client
scim2-client copied to clipboard
Pythonically build SCIM requests and parse SCIM responses
[RFC7644 §3.11](https://datatracker.ietf.org/doc/html/rfc7644#section-3.11) defines a `/Me` endpoint. scim2-client should handle that endpoint
If `query` would accept resource objects, it could dynamically build the matching `SearchRequest`.
[RFC7644 §4](https://datatracker.ietf.org/doc/html/rfc7644#section-4) indicates that only GET operations should be executable on those resources.
Implement [RFC7644 §3.7](https://datatracker.ietf.org/doc/html/rfc7644#section-3.7) bulk operations. Take care to not allow these operations if they are disabled server-side in the `ServiceProviderConfig` object.