pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.4k stars 306 forks source link

Pusher Presence Channel Data #375

Closed krixnaas closed 11 months ago

krixnaas commented 11 months ago

My Pusher Presence channel has all the user data. image

I am able to access user id image

Following information below, what are the data I can access other than user id? image

benw-pusher commented 11 months ago

The users endpoint that both getPresenceUsers and get('/channels/presence-channel-name/users'); calls returns the list of User IDs only. See https://pusher.com/docs/channels/library_auth_reference/rest-api/#get-users for detail.

It is not possible to retrieve the full user object from the query API.