Team Apps
FreshManage applications at the team level.
Add to Team Applications
URL: https://openapi.geelark.com/open/v1/app/team/add
| Parameter | Required | Type | Description |
|---|---|---|---|
| appId | Yes | string | App ID |
Get Team App List
URL: https://openapi.geelark.com/open/v1/app/team/list
| Parameter | Required | Type | Description |
|---|---|---|---|
| page | Yes | integer | Page number |
| pageSize | Yes | integer | Items per page |
Remove Team Apps
URL: https://openapi.geelark.com/open/v1/app/team/remove
| Parameter | Required | Type | Description |
|---|---|---|---|
| appIds | Yes | array[string] | App IDs to remove |
Set Team Apps Auto-Install
URL: https://openapi.geelark.com/open/v1/app/team/autoInstall
| Parameter | Required | Type | Description |
|---|---|---|---|
| appVersionId | Yes | string | App version ID |
| enable | Yes | boolean | Enable auto-install |
Set Team App Authorization
URL: https://openapi.geelark.com/open/v1/app/team/authorization
| Parameter | Required | Type | Description |
|---|---|---|---|
| appId | Yes | string | App ID |
| userIds | Yes | array[string] | User IDs to authorize |
Set Team App ROOT Access
URL: https://openapi.geelark.com/open/v1/app/team/root
| Parameter | Required | Type | Description |
|---|---|---|---|
| appId | Yes | string | App ID |
| enable | Yes | boolean | Enable ROOT access |
Batch Operate Cloud Phone App
URL: https://openapi.geelark.com/open/v1/app/batch
| Parameter | Required | Type | Description |
|---|---|---|---|
| envIds | Yes | array[string] | Cloud phone IDs |
| appVersionId | Yes | string | App version ID |
| action | Yes | string | install or uninstall |