Hybrid/Authorized Access - Edit User
| Request method | Request address |
| POST | https://api.helplook.net/api/auth-access/edit-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 |
| user_id | string | yes | User ID |
| name | string | no | name |
| phone | string | no | Phone number |
| string | no | ||
| auth_group_id | string | no | Group ID |
response:
{
"data": {},
"msg": "Success",
"code": 200
}