ÃÛ¶¹ÊÓÆµ

Group Management API Methods group-management-api-methods

Rest API methods to manage groups, including creating, updating, listing, deleting groups.

Create a Group create-group

A POST method to create a new user group.

Request

POST /api/v1/groups/

Sample Request Body

 {
    "name" : <string>,
    "description" : <string_may_be_null>,
 }

Response

  {
    "groupId" : <integer>,
    "pid" : <integer>,
    "name" : <string>,
    "descripti