Authorization: Bearer ********************curl --location --request GET '/erq/entusers?deptid&keyword&limit&offset' \
--header 'Authorization: Bearer <token>'{
"entusers": [
{
"account": "string",
"ent_userid": 0,
"entid": 0,
"nickname": "string",
"tags": [
{
"departments": [
{
"department_id": 0,
"entid": 0,
"name": "string",
"pid": 0,
"tags": [
{}
],
"user_count": 0
}
],
"indirect": true,
"name": "string",
"pid": 0,
"remote_count": 0,
"tagid": 0,
"userid": 0,
"has_children": true,
"has_grant_action": true
}
]
}
],
"total": 0
}