Skip to main content
POST
/
get-connected-users
Error
A valid request URL is required to generate request examples
[
  {
    "contact_user_id": 201,
    "contact_name": "Mobile App User",
    "phone_number": "+34699887766",
    "image": "http://example.com/app_user_image.jpg"
  }
]

Body

application/json
token
string

JWT Access Token for authentication.

Example:

"eyJ..."

Response

List of connected mobile app users.

contact_user_id
integer
Example:

201

contact_name
string
Example:

"Mobile App User"

phone_number
string
Example:

"+34699887766"

image
string | null
Example:

"http://example.com/app_user_image.jpg"