Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
asc, desc Response
Get online users presence response
List of user presence
curl --request GET \
--url https://apix.us.amity.co/api/v1/presence/network/users \
--header 'Authorization: Bearer <token>'{
"presences": [
{
"userId": "<string>",
"lastHeartbeat": "2023-11-07T05:31:56Z"
}
]
}Get online users in a network
curl --request GET \
--url https://apix.us.amity.co/api/v1/presence/network/users \
--header 'Authorization: Bearer <token>'{
"presences": [
{
"userId": "<string>",
"lastHeartbeat": "2023-11-07T05:31:56Z"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
asc, desc Get online users presence response
List of user presence
Show child attributes