APIs & Domo Developer

APIs & Domo Developer

APIs for sharing dataset with users

I am creating a dataset and adding pdp using APIs

And now I need to share the dataset with the users programmatically

are there any APIs for sharing datasets with users?

Comments

  • Member
    edited January 2023

    The Dataset API allows you to update a PDP policy. Adding the user_id to the "users" arrary


    {

    "id" : 8,

    "type" : "user",

    "name" : "Not Attending",

    "users" : [27],

    "groups" : [ ]

    }

    Link to Documentation

    Link to Github

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In