POST
/
users
/
groups
curl --request POST \
  --url https://use.hoop.dev/api/users/groups \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "engineering"
}'
{
  "name": "engineering"
}

Body

application/json
Group object

The body is of type object.

Response

201
application/json
{"name": "string"}

The response is of type object.