get https://app.mural.co/api/public/{version}/rooms//users
Returns all members (including partial) and guests for a room the authenticated user has read access to.
Authorization scope: users:read
Responses
Returns all members (including partial) and guests for a room the authenticated user has read access to.
Authorization scope: users:read
xxxxxxxxxx
curl --request GET \
--url https://app.mural.co/api/public/v1/rooms/roomId/users \
--header 'accept: application/json'