暂无描述
Authorization: Bearer ********************
{
"userRangeType": 2,
"keyword": "y",
"userRange": {
"user": [
{
"id": 18
}
],
"department": [
{
"id": 22
}
],
"role": [
{
"id": 5
}
],
"dynamic": [
{
"fid": "createBy",
"dynamicType": 1
}
],
"includeSubDepartment": true
}
}
curl --location --request POST 'https://api.tolink.cloud/apply/memberOption' \
--header 'Content-Type: application/json' \
--data-raw '{
"userRangeType": 2,
"keyword": "y",
"userRange": {
"user": [
{
"id": 18
}
],
"department": [
{
"id": 22
}
],
"role": [
{
"id": 5
}
],
"dynamic": [
{
"fid": "createBy",
"dynamicType": 1
}
],
"includeSubDepartment": true
}
}'
{
"code": 0,
"data": [
{
"avatar": "",
"email": "",
"id": 5,
"mobile": "18661139072",
"name": "小于"
}
],
"msg": "success"
}