Get Online Status

Please use this (https://blkem.com/mobile_api/get_last_active) API for fetching only the online users from the IDs in payload


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...
user_ids Array of user ids to check E.g. [1, 6098, 3]

Success response

{
    "data": [
        6098
    ],
    "code": 200
}
    

Error responses

{
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
    }