Model APIs
Grant a user or organization Model API access
Add a user or organization as Owner, Editor, or Viewer. Organizations may be Owners. Set isOrganization to true for an organization id and false for a user id; Domino does not look up the id to confirm the type or that the principal exists.
If that id is already assigned (user or organization), the request fails. Use PUT to change an existing role. Do not use this endpoint to change public vs private visibility. Only current Owners can add collaborators.
Related:
- GET /api/modelServing/beta/modelApis//collaborators (list after the change)
- PUT /api/modelServing/beta/modelApis//collaborators/ (change an existing role)
- DELETE /api/modelServing/beta/modelApis//collaborators/ (revoke access)
POST
Grant a user or organization Model API access
Authorizations
Path Parameters
Model API id (24-character hex). Obtain from GET /api/modelServing/v1/modelApis or the Model API details URL.
Body
application/json
Last modified on September 3, 2026