Set group status#
Minimum API level
API version 2.0 or higher
Function call (URL) | Permissions | Possible parameters |
---|---|---|
/app_group_logchange | user / sub-admin / admin | grpId: Id of the group in which the participant is to be logged in or out. coming: Log status “coming” is defined: 0 log out, 1 log in going: Log status “outgoing” is defined: 0 log out, 1 log in |
Example calls:
-
log in participants coming into group with ID 5476: https://192.168.0.240/app_group_logchange?grpId=5476&kommend=1
-
login participants in group with ID 5476 incoming and outgoing: https://192.168.0.240/app_group_logchange?grpId=5476&kommend=1&gehend=1
- log out participants in group with ID 5476 incoming and outgoing: https://192.168.0.240/app_group_logchange?grpId=5476&kommend=0&gehend=0
Info
- When logging in as "Admin", the web server returns an empty array, displayed as [].
- The incoming and outgoing parameters can be used together or separately. The status coming or going of permanently logged in participants cannot be changed.
Response type | Possible content |
---|---|
successful | true or false |
coming | 0 logged out 1 logged in 2 firmly logged in |
going | 0 logged out 1 logged in 2 firmly logged in |