Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/model-monitor/v2/api/model/{model_id}/collaborators \ --header 'Content-Type: application/json' \ --header 'X-Domino-Api-Key: <api-key>' \ --data ' [ { "collaboratorId": "<string>" } ] '
[ { "userId": "<string>", "username": "<string>", "email": "<string>", "name": "<string>" } ]
Adds collaborators to a standalone DMM model
type of collaborator
editor
viewer
Successfully add a collaborator to model.
user id of the collaborator
Username of the user
Email of the user
Name of the user
Was this page helpful?
Contact support