Creates a new membership

post

/learn.rest/v1/memberships

Request

Supported Media Types
Body ()
Membership object that needs to be created.
Root Schema : MembershipRequest
Type: object
Show Source
Security
Back to Top

Response

Supported Media Types

201 Response

New membership resource created.
Body ()
Root Schema : MembershipResponse
Type: object
Show Source
Nested Schema : learnCenter
Type: array
Show Source
Nested Schema : statusChangedByUser
Type: array
Show Source
Nested Schema : user
Type: array
Show Source

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