Model APIs
Change a Model API collaborator's role
Set an existing collaborator to Owner, Editor, or Viewer. Path collaboratorId must equal body.id. isOrganization must match whether the stored principal is an organization. You cannot demote the last Owner. Public vs private visibility is not managed here. Only current Owners can change roles.
Related:
- GET /api/modelServing/beta/modelApis//collaborators/ (read the current role)
- POST /api/modelServing/beta/modelApis//collaborators (grant access if not assigned)
- DELETE /api/modelServing/beta/modelApis//collaborators/ (remove)
PUT
Change a Model API collaborator's role
Authorizations
Path Parameters
Model API id (24-character hex). Obtain from GET /api/modelServing/v1/modelApis or the Model API details URL.
Domino user or organization id (24-character hex). Must match body.id. Copy
id from GET /api/modelServing/beta/modelApis/{modelApiId}/collaborators.
Body
application/json
Last modified on September 3, 2026