Skip to content

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:

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
Example response
{
    "successful": true,
    “gehend“: 0
}
Example response
{
    "successful": true,
    “kommend“: 1,
    “gehend“: 1
}