tiktok.user_info
ActiveTool of Vee3
declared in 1.27.1
Look up a TikTok user profile. Provide either user_id or unique_id, not both. Cost = 2 tokens.
Parameters schema
{
"type": "object",
"title": "get_tiktok_user_infoArguments",
"properties": {
"user_id": {
"anyOf": [
{
"type": "string",
"maxLength": 128
},
{
"type": "null"
}
],
"title": "User Id",
"default": null,
"description": "TikTok numeric user id."
},
"unique_id": {
"anyOf": [
{
"type": "string",
"maxLength": 128
},
{
"type": "null"
}
],
"title": "Unique Id",
"default": null,
"description": "TikTok unique id (username)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries