Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description 

Create a new User Group

Parameters

Code Block
languagebash
group_name

Request

Code Block
languagebash
curl -X POST \
-H "Authorization: Token d37fa8c4e008fec158070b1b4aea5f0db3d6a06e" \
-H "Content-Type: application/json" \
-d '{"group_name":"Test_Group"}' \
-k https://your.domain.com/api/users/create_group

Response

Code Block
languagebash
{"status": "success", "group_id": 5}

...