Creates a new group user mapping

post

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

Request

Supported Media Types
Path Parameters
Body ()
Group object that needs to be created.
Root Schema : GroupUserRequest
Type: object
Request object for user group mapping.
Show Source
Example:
{
    "UserId":1137389
}
Security
Back to Top

Response

Supported Media Types

201 Response

New group user mapping has been created.

400 Response

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

409 Response

Another resource with the same identifier already exists.

500 Response

Internal server error.
Back to Top