This document is generated by Aladia.
courseId
: Course Id to which the member is to be updatedprofileId
: Id from the user profile that's being added as a memberrole
inside the course, which can be User
, Admin
curl --location --request PATCH 'https://api.aladia.io/v2/courses//members/' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "course-observer"
}'
{
"updated": true
}