Hybrid/Authorized Access - Add User
| Request method | Request address |
| POST | https://api.helplook.net/api/auth-access/add-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 |
| name | string | yes | name |
| phone | string | no | Phone number |
| string | no | ||
| auth_group_id | string | no | Do not pass as default group |
response:
{
"data": {
"user_id": "75", # USER ID
"auth_group_id": "47" # GROUP ID
},
"msg": "Success",
"code": 200
}