Description
Get all the chat users
Get a list of all the chat users and their system ID so you can send them a message.


API URL
GET-fetch
https://mbo-sd.nl/api/chat/get-all-chatusers/<bearertoken>
You need to replace <bearertoken> with the users bearertoken you got from login or register.
Returns
status: true or false
message: message for the API
errors: array with error messages (empty array if status is true)
user-data: object with users and information
id: id of the user in the system
name: Name of the user
HINT: You need the id of the user to send them a message later on.
Back to chat API overview  ||  Back to readme index pages