Hybrid/Authorized Access - Search for users by phone number or email address
| Request method | Request address |
| POST | https://api.helplook.net/api/auth-access/find-user |
Body Type: multipart/form-data
parameter
| Parameter name | type | Required | illustrate |
|---|---|---|---|
| token | string | yes |
Get it in HelpLook backend settings->AI configuration |
| auth_type | int | yes | Fixed value: 4 for authorized access and 6 for mixed access |
| phone | string | no | Phone number |
| string | no |
response:
{
"data": {
"name": "chj", #name
"phone": "13228568680", #phone
"email": "", #email
"auth_group_id": "47", #auth_group_id
"group_name": "default group" #group_name
},
"msg": "Success",
"code": 200
}