Associate Group

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

Division or group within or across the bounds of organizations. Groups have administrators and members and can be assigned access rights to datasets or dashboards. The creating user of a group is automatically given group owner rights. Groups can be created by any user. Only group owners can update or delete a group, or associate or dissociate new group members.

Groups are only connected to securables and users.

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
flagMember BOOLEAN
flagUse BOOLEAN
flagModify BOOLEAN
flagOwn BOOLEAN
published BOOLEAN
Can be executed by:
Entity Owner
&
Securable Owner
(For: Dashboard)
Entity Owner
&
Securable Owner
(For: Dataset)
Entity Owner
&
Logged-in User
(For: User)
Can be associated to:
Dashboard
Dataset
User
Organization
Collection
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
}