appends=roles。Authorization: Bearer ********************curl --location --request GET '/users:get?filterByTk=1&appends=roles' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 1,
"nickname": "张三",
"username": "zhangsan",
"email": "zhangsan@example.com",
"phone": "13800138001",
"appLang": "zh-CN",
"createdAt": "2026-03-13T10:00:00.000Z",
"updatedAt": "2026-03-13T10:00:00.000Z",
"roles": [
{
"name": "storeOwner",
"title": "店长"
}
]
}
}