Updates subset of properties for a group

patch

/learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}

Request

Supported Media Types
Path Parameters
Body ()
Group object that needs to be created.
Root Schema : GroupRequest
Type: object
The Group request object.
Show Source
Example:
{
    "name":"ck test group test 123",
    "parentGroupId":766,
    "statusFlag":"active",
    "code":"481werfa-dc63-4d92-8a08-12f807eab82d",
    "activeFromDate":"2017-05-06T00:00:00",
    "activeUntilDate":"2017-06-06T00:00:00",
    "createdDate":"2013-06-17T18:27:01.843",
    "createdByUserId":113458,
    "lastUpdatedDate":"2018-03-20T05:00:01.553",
    "lastUpdatedByUserId":1000,
    "onlyAllowOwnersToEditGroup":false,
    "selfServiceOptions":"doesNotRequireApprovals",
    "owners":[
        113458,
        112898
    ]
}
Nested Schema : owners
Type: array
Show Source
Nested Schema : items
Type: object
Owner of the Dynamic Group.
Show Source
Security
Back to Top

Response

Supported Media Types

200 Response

Resource updated.

400 Response

Request has incorrect syntax or does not contain a field that is required.

401 Response

Authentication refused for provided credentials or token invalid.
Headers

404 Response

Resource not found.

422 Response

Request may contain validation errors.

500 Response

Internal server error.
Back to Top