{
"token": "xxxx",
"resourceType": "DIRECTORY",
"directoryType": "PAGE",
"subjectType": "LoginUsers",
"subjectId": "xxxx",
"privilegeName": "RESOURCE_USER"
}curl --location --request POST '/public-api/user/authorized-resource/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "xxxx",
"resourceType": "DIRECTORY",
"directoryType": "PAGE",
"subjectType": "LoginUsers",
"subjectId": "xxxx",
"privilegeName": "RESOURCE_USER"
}'{
"result": "ok",
"response": {
"result": [
{
"resourceId": "bff8d79d30c5f4897bdf9fba",
"resourceType": "CUSTOM_APP",
"name": "未命名的移动轻应用"
},
{
"resourceId": "a539cfae7c66145eea7191cb",
"resourceType": "CUSTOM_APP",
"name": "app2"
}
]
}
}