Groups

Create group

post/api/v1/groups

Headers

Content-Typestring required

Request body

Example request

{
  "data": {
    "type": "groups",
    "attributes": {
      "name": "Engineers",
      "group_type_id": "23"
    }
  }
}

Response

group successfully created

Changes