ibl-data-manager (3.59.0-ai-plus)
API for iblai
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/catalog/licenses/user/assignment/
https://base.manager.iblai.app/api/catalog/licenses/user/assignment/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/licenses/user/assignment/?license_id=0&page=0&page_size=0&platform_key=string&platform_org=string&sort=id' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"license_id": 0,
"user_id": 0,
"email": "user@example.com",
"platform_key": "string",
"platform_org": "string",
"active": true,
"fulfilled": false,
"metadata": {
"property1": null,
"property2": null
}
}'
Response
application/json
{ "id": 0, "user_id": 0, "username": "string", "email": "user@example.com", "active": true, "fulfilled": true, "redirect_to": "http://example.com", "metadata": { "property1": null, "property2": null }, "license_id": 0, "license_name": "string", "platform_key": "string" }
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/catalog/licenses/user/assignment/
https://base.manager.iblai.app/api/catalog/licenses/user/assignment/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/licenses/user/assignment/?assignment_id=0&license_id=0&page=0&page_size=0&platform_key=string&platform_org=string&sort=id' \
-H 'Authorization: YOUR_API_KEY_HERE'
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/catalog/licenses/user/assignment/check/
https://base.manager.iblai.app/api/catalog/licenses/user/assignment/check/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/licenses/user/assignment/check/?email=user%40example.com'