Groups REST Endpoints

Groups
The groups resource includes the groups service used to create, view, update, and delete groups for users.
Creates a new group
Method: post
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups
Creates a new group mapped item
Method: post
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems
Creates a new group user mapping
Method: post
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/users
Deletes a group mapped item
Method: delete
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems
Deletes a group user mapped item
Method: delete
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/Users/{userId}
Get a list of groups in LearnCenter.
Method: get
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups
Get a list of items mapped to a group in LearnCenter.
Method: get
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems
Get a list of owners for groups in LearnCenter.
Method: get
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/owners
Get a list of users mapped to groups in LearnCenter
Method: get
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/users
Get group details by group id.
Method: get
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}
Get group user details by user id.
Method: get
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/Users/{userId}
Get the owner for a group in LearnCenter using Owner Id.
Method: get
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/owners/{ownerId}
Update all properties of a group
Method: put
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}
Updates a group mapped item
Method: patch
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems
Updates a group mapped item
Method: put
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/mappedItems
Updates a group user mapped item
Method: put
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/Users/{userId}
Updates subset of properties for a group
Method: patch
Path: /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}