Model APIs
Read one Model API collaborator's role
Return id, role, and isOrganization for one assigned user or organization. Match is by id only (user or organization). Everyone / visibility is not returned. You need permission to view the Model API.
Related:
- GET /api/modelServing/beta/modelApis//collaborators (list all)
- PUT /api/modelServing/beta/modelApis//collaborators/ (change role)
- DELETE /api/modelServing/beta/modelApis//collaborators/ (remove)
GET
Read one 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). Copy id from
GET /api/modelServing/beta/modelApis/{modelApiId}/collaborators.
Last modified on September 3, 2026