Associate Plugin

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/plugin
API call form
Examples

By default, when you make a plugin via the API, the plugin is only associated to the user that created it. If desired, a plugin owner can also associate their plugin to your organization: by doing so, you make it available to all users in the organization to be able to create a Connection to the plugin.
This is not required if users should only be able to add datasets (requires at least "Use" access to a Connection ), and/or query data from Plugin datasets (requires at least "Read" access to the Dataset ).

Besides that, it's also possible to associate your plugin to a Thumbnail to change the icon.

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

resource *OBJECTrequired
role *ENUMrequired
id *UUIDrequired
Can be executed by:
Entity Owner
&
Organization Member
(For: Organization)
Entity Owner
&
Logged-in User
(For: Thumbnail)
Entity Owner
&
Organization Member
(For: User)
Can be associated to:
Organization
Thumbnail
User
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "code": 200
}