{
"rid": 0
}
curl --location --request POST '/v4/gateway/acc.role.listuser' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"rid": 0
}'
{
"data": {
"assigned": [
{
"uid": 0,
"username": "string",
"fullname": "string"
}
],
"role": {
"name": "string",
"id": 0
}
},
"success": true,
"message": "string",
"code": 0
}