A valid request URL is required to generate request examples
[ { "contact_id": 1, "contact_name": "Emergency Contact", "phone_number": "+34600112233", "image": "http://example.com/contact_image.jpg" } ]
Retrieves a list of all users with OWNER user_type, excluding the requesting user. The assistant’s token is passed in the body.
OWNER
token
JWT Access Token for authentication.
"eyJ..."
List of owner users (assistants).
1
"Emergency Contact"
"+34600112233"
"http://example.com/contact_image.jpg"