Get available permission presets that can be applied to instructors
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 60 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-instructor-permission-presets \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "pageNumber": 2, "limit": 50.5 } } ] } '
[ { "output": { "status": "ok", "data": { "totalPresetCount": 123, "presets": [ { "id": "single-course-access", "requiresResourceIds": true, "permissionSets": [ { "permissions": [ "CreateCourse" ], "resourceIdType": "All" } ] } ] } } } ]
API Request Body
Show child attributes
API Response Body