Description: An administrator wants to share experiments with new users using the API.
Solution: Administrators can use the POST/entities/{eid}/shares endpoint to add new shares to an experiment.
Steps:
1. Log into Signals Notebook as an administrator
2. Obtain the experiment's eid
3. Obtain the eid of the user or group to add
4. Navigate to the Signals Notebook APIs Document Swagger UI page
5. Expand the ‘Entities’ section
6. Expand the ‘POST/entities/{eid}/shares’ endpoint and click ‘Try it Out’
7. Paste the experiment's eid in the eid box
8. From the Request body ‘Examples’ dropdown menu, select ‘ShatetoUser’ is sharing to an individual or 'SharetoGroup' if sharing to a user group
9. Modify the request body example as needed
10. Click ‘Execute’
Comments
0 comments
Article is closed for comments.