This document is generated by Aladia.
spaceId
: Space Id to which the licenses belongcourseId
of the course inside the space and profileIds
: profile ids of the space members the license to be assigned.curl --location --request PATCH 'https://api.aladia.io/v2/spaces/6617c00ed3179eccf598d5fd/members/assign-license' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId": "66aee615cb877d127a556f17",
"profileIds": [
"66aee615cb877d127a556f17",
"66aee615cb8241i23nfsdfkj"
]
}'
{
"updated": true
}