Retrieve distribution groups assigned to application
Required Permission: mad.application.management.listGroups
Retrieves the list of distribution groups or user segments that have been granted access to this application, showing which teams or employee groups can download and install builds.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"items": [
{
"value": "org.administrators"
}
]
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}