Associate Group

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/group
API call form
Examples
List of examples
  • Associate user to group
  • Associate dataset/dashboard to group
  • Share a connection with a group
  • Set dashboard variant as favorite for group
Description

Share a connection (account) with a group, so its members can use it to create datasets.

Access rights of a connection live on a separate Shareable resource, so you associate the connection's shareable_id ( not its id ) using the Shareables role. You can retrieve the shareable_id as shown here .

The flags are cumulative, and determine the access level:

  • flagRead + flagUse : group members can use the connection to create datasets.

  • additionally flagModify : group members can also edit the connection's credentials.

  • additionally flagOwn : group members can also delete the connection and manage who it is shared with.

Note that you need to be an owner of the connection to share it, that connections cannot be shared with a public group, and that connections for google , mailchimp , salesforce , teamleader and zendesk cannot be shared at all.

Install
npm install @luzmo/nodejs-sdk