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 e889813 commit d46bec3Copy full SHA for d46bec3
1 file changed
README.md
@@ -15,7 +15,12 @@ Check the [tutorial](https://scim2-cli.readthedocs.io/en/latest/tutorial.html) a
15
Here is an example of resource creation:
16
17
```shell
18
-$ echo {"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"], "userName": "bjensen@example.com"} | scim2 https://auth.example create user
+$ scim2 https://auth.example create user << EOL
19
+{
20
+ "schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
21
+ "userName": "bjensen@example.com"
22
+}
23
+EOL
24
{
25
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
26
"id": "2819c223-7f76-453a-919d-413861904646",
0 commit comments