Created
August 4, 2016 04:10
-
-
Save waylandzhang/e7028b76ace8c4e3d2aba5cd35cda1ff to your computer and use it in GitHub Desktop.
K5-api-create-group
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X "POST" "https://identity.cloud.global.fujitsu.com/v3/groups" \ | |
-H "Content-Type: application/json" \ | |
-H "X-Auth-Token: d2d7ab5d9a464c65a27a31ce94e290c4" \ | |
-H "Accept: application/json" \ | |
-d $'{"group": {"name": "myTestGroup", "description": "", "domain_id":"631b77056c4c4cc09646dea3e9d9ca1e"}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment