Associate Integration

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

Integrations can be used to create collections of dashboards and datasets (by associating them to the Integration) and easily embed them. Each dashboard or dataset has its own access rights within this Integration. Next to that, dashboards associated to the Integration can be given a unique slug property to reference when embedding the dashboard using our embed libraries. Integrations can only be created and updated by Organization owners.

Adding a dashboard or dataset (Securable) to an Integration can be done by associating it to the Integration.

Sharing an Integration with a user can be done by associating the Integration with that user.

Note that you can only share Integrations with users with the "owner" role in your Luzmo organization, and each user should also have "Owner" access to all Securables (i.e. dashboards and datasets) that are associated with the Integration in order to properly maintain it!

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

resource *OBJECTrequired
role *ENUMrequired
id *UUIDrequired
properties OBJECT

Properties of the association

flagRead BOOLEAN
flagUse BOOLEAN
flagModify BOOLEAN
filters ARRAY
slug STRING
Can be executed by:
Entity Owner
Can be associated to:
Securable
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
Click Try it to start a request and see the response here