We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f5ee8 commit d86b136Copy full SHA for d86b136
doc/tutorial.rst
@@ -38,6 +38,7 @@ They are then available to use with :meth:`~scim2_client.SCIMClient.get_resource
38
39
scim.discover()
40
User = scim.get_resource_model("User")
41
+ EnterpriseUser = User.get_extension_model("EnterpriseUser")
42
43
Manual provisioning
44
~~~~~~~~~~~~~~~~~~~
0 commit comments