v1
latestOpenAPI 3.0.32026-07-17502149.6 KBCollaborators
List collaborators
Returns all collaborators for an app
get/apps/{appName}/collaborators
Path parameters
appNamestring required
Application name (or 'owner:appName' for disambiguation)
Headers
tenantstring
Organization/tenant ID filter
Response
List of collaborators
Example response
{
"collaborators": {
"user@example.com": {
"permission": "Owner",
"isCurrentAccount": true
}
}
}