Skip to content

Instantly share code, notes, and snippets.

@waylandzhang
Created August 4, 2016 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waylandzhang/e7028b76ace8c4e3d2aba5cd35cda1ff to your computer and use it in GitHub Desktop.
Save waylandzhang/e7028b76ace8c4e3d2aba5cd35cda1ff to your computer and use it in GitHub Desktop.
K5-api-create-group
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