blazeauth
Reference

get_online_users_count

Return the number of active sessions connected to the same application.

get_online_users_count

Return the number of currently connected sessions for the initialized application.

  • Type: 12
  • Requires initialization: yes
  • Requires authorization: no

Request and response example

get_online_users_count
Return the number of currently connected sessions for this app.

Response fields

FieldTypeMeaning
online_users_countuint32Number of active WebSocket sessions for this app.
statusintResult status.

Common statuses

StatusMeaning
1ok
6internal_server_error

On this page