curl --location --request GET 'https://core.authing.cn/api/v2/tenant/x-authing-userpool-id/users' \
--header 'Authorization: Bearer Token' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408'
{
"code": 200,
"message": "获取租户成员成功",
"data": {
"list": [
{
"id": "61e114bfc242a853a789ab80",
"tenantId": "61e113fb9a411a84704ebf07",
"user": {
"id": "61de786b31d27307c7ce66c3",
"arn": "arn:cn:authing:61b95d6c96d42670da568408:user:61de786b31d27307c7ce66c3",
"userPoolId": "61b95d6c96d42670da568408",
"photo": "https://files.authing.co/authing-console/default-user-avatar.png",
"email": "112233@gmail.com",
"emailVerified": false,
"phone": "13100000001",
"phoneVerified": false,
"unionid": null,
"openid": null,
"username": "13100000001",
"nickname": null,
"country": null,
"province": null,
"company": null,
"loginsCount": 0,
"lastIp": null,
"name": null,
"givenName": null,
"familyName": null,
"middleName": null,
"profile": null,
"preferredUsername": null,
"website": null,
"gender": "U",
"birthdate": null,
"zoneinfo": null,
"address": null,
"formatted": null,
"streetAddress": null,
"region": null,
"postalCode": null,
"city": null,
"blocked": false
}
}
],
"listTotal": 1
}
}