Add Group
Add a group
POST /api/v1/group/{GROUP_NAME} HTTP/1.1
Replace GROUP_NAME with the group name that you would like to add
Response body
Status code | Description |
---|---|
200 | Group added |
201 | Group Name already exists |
Last updated
Add a group
POST /api/v1/group/{GROUP_NAME} HTTP/1.1
Replace GROUP_NAME with the group name that you would like to add
Status code | Description |
---|---|
200 | Group added |
201 | Group Name already exists |
Last updated