List active collaborators on a subject record (DIDs that have both a non-deleted invite from the subject's author and a non-deleted acceptance of that invite).
Parameters
Output
application/jsoncollaborators
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"collaborators"
],
"properties": {
"collaborators": {
"type": "array",
"items": {
"ref": "#collaboratorView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"subjectUri"
],
"properties": {
"subjectUri": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "List active collaborators on a subject record (DIDs that have both a non-deleted invite from the subject's author and a non-deleted acceptance of that invite)."
}