AladiaDocs
Api referenceCoursesMembers

Invite a member

Invite a cours

POST
/v2/courses/{courseId}/members/invite

Invite a cours

AuthorizationBearer <token>

In: header

Path Parameters

courseId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/courses/string/members/invite" \  -H "Content-Type: application/json" \  -d '{    "membersWithId": [      {        "profileId": "string",        "role": "course-observer"      }    ],    "membersWithEmail": [      {        "email": "string"      }    ]  }'
[  {}]