Update an instructor IAM permissions using presets
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 30 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/update-instructor-iam-permissions \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "instructorId": "<string>", "presets": [ { "id": "single-course-access", "resourceIds": [ "<string>" ] } ] } } ] } '
[ { "output": { "status": "ok", "data": {} } } ]
API Request Body
Show child attributes
API Response Body