Groups
Create Group
Create a new group. Admin access required.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
"DevOps Team"
Example:
"Group responsible for DevOps tasks"
Example:
[1, 2, 3]
Response
200
application/json
Successful Response
The response is of type any
.