Add SCORM Course Collaborating User Groups
Add user groups as collaborators to this SCORM course. The request body should contain an array of UserGroup resource identifier objects.
Request
Body Params application/vnd.api+json
{
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}
Request Code Samples
curl --location --request POST 'https://api.synap.ac/v3/scorm-courses//relationships/collaborating-user-groups' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}'
Responses
This response does not have a body.
Modified at 2026-03-10 08:19:31