/v1/login/search/staff-app/listwellnessliving.io API calls (for example, a bearer token or proxy token set via {{TOKEN}} or related auth variables at the collection/environment level).Note: This request currently inherits/uses authentication from its parent collection/folder. Verify that auth is correctly configured there before using this endpoint.
id_region (integer, required)2k_business (integer/string, required)49197a_list (array) – List of client entries. Each entry can contain:uid – Internal client/member identifier.text_title – Display name for the client (e.g., full name or username).text_member – Member/client number or code.text_mail – Primary email address.text_phone – Primary phone number.text_name_first – First name.text_name_last – Last name.can_add (boolean) – Indicates whether new clients can be added in the current context.status (string) – Request status (e.g., "ok" for a successful response).s_version (string) – Internal version/token for this response.__a_message (array) – Internal/localized messages and labels related to the staff app login/search experience.{
"a_list": [
{
"text_mail": "",
"text_member": "",
"text_name_first": "",
"text_name_last": "",
"text_phone": "",
"text_title": "Recently added",
"uid": "-2"
},
{
"text_mail": "vptsurkanova@gmail.com",
"text_member": "975881857",
"text_name_first": "Ihor",
"text_name_last": "Shein",
"text_phone": "",
"text_title": "Ihor Shein",
"uid": "2434748"
}
],
"can_add": true,
"status": "ok",
"s_version": "444085",
"__a_message": [
"Recently Added|rs.login.search",
"..."
]
}
curl --location -g --request GET '/v1/login/search/staff-app/list?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}