Skip to content

ibl-data-manager (4.84.1-ai-plus)

API for iblai

Download OpenAPI description
Languages
Servers
Mock server
https://docs.ibl.ai/_mock/apis/ibl/
https://base.manager.iblai.app/

ai-account

Operations

ai-analytics

Operations

ai-bot

Operations

ai-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

ai-prompt

Operations

analytics

Operations

career

Operations

catalog

Operations

core

Operations

core_platform_configurations_public_retrieve

Request

Get public platform configurations for platform members

Query Parameters:

  • platform_key: Platform key to get public configurations for

Returns:

  • platform_key: The platform key
  • configurations: Dictionary of public config key-value pairs
  • count: Number of public configurations returned
Security
PlatformApiKeyAuthentication
curl -i -X GET \
  https://docs.ibl.ai/_mock/apis/ibl/api/core/platform/configurations/public/ \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
platform_keystringread-onlyrequired
configurationsobjectread-onlyrequired

Dictionary of configuration key-value pairs with proper type casting

configurations.​property name*anyadditional property
countintegerread-onlyrequired

Number of configurations returned

Response
application/json
{ "platform_key": "string", "configurations": { "property1": null, "property2": null }, "count": 0 }

core_platform_users_retrieve

Request

Retrieve users associated with platform and optionally their policies when return_policies is set

Security
PlatformApiKeyAuthentication
Query
pageinteger
page_sizeinteger
platform_keystringnon-empty
platform_orgstringnon-empty
querystringnon-empty
return_policiesstringnon-empty
sortstringnon-empty
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/core/platform/users/?page=0&page_size=0&platform_key=string&platform_org=string&query=string&return_policies=string&sort=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
countintegerrequired
next_pageintegerrequired
previous_pageintegerrequired
resultsArray of objectsrequired
results[].​property name*anyadditional property
allowed_policiesArray of strings
dataArray of objects
Response
application/json
{ "count": 35, "next_page": 4, "previous_page": 2, "results": [ {}, {} ] }

core_platform_users_policies_update

Request

Bulk update user policies on a platform. Requires Ibl.Core/UserPolicies/write permission.

Policy removals are processed before policy additions.

BodyrequiredArray [
user_idintegerwrite-onlyrequired

ID of the user to update policies for

platform_keystringwrite-onlyrequired

Platform key where the user's policies should be updated

policies_to_addArray of stringswrite-only

List of policy names to add to the user

policies_to_removeArray of stringswrite-only

List of policy names to remove from the user

policies_to_setArray of stringswrite-only

List of policy names to set for the user (replaces all existing policies with these)

]
curl -i -X PUT \
  https://docs.ibl.ai/_mock/apis/ibl/api/core/platform/users/policies/ \
  -H 'Content-Type: application/json' \
  -d '[
    [
      {
        "user_id": 42,
        "platform_key": "ibltest",
        "policies_to_add": [
          "Analytics Viewer"
        ],
        "policies_to_remove": [
          "Mentor Chat"
        ]
      },
      {
        "user_id": 43,
        "platform_key": "ibltest",
        "policies_to_add": [
          "Mentor Viewer",
          "Mentor Editor"
        ]
      }
    ]
  ]'

Responses

Bodyapplication/json
user_idArray of stringsrequired

List of policies for the user

Response
application/json
{ "42": [ "Analytics Viewer", "Mentor Viewer" ], "43": [ "Mentor Editor", "Mentor Viewer" ], "44": [] }

credentials

Operations

custom-domains

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations