Install
openclaw skills install justoneapi-tiktok-get-user-detailCall GET /api/tiktok/get-user-detail/v1 for TikTok User Profile through JustOneAPI.
openclaw skills install justoneapi-tiktok-get-user-detailUse this focused JustOneAPI skill for user Profile in TikTok. It targets GET /api/tiktok/get-user-detail/v1. It has no required non-token parameters. OpenAPI describes it as: Get TikTok user Profile data, including nickname, unique ID, and avatar, for influencer profiling and audience analysis, account performance tracking and growth monitoring, and identifying verified status and official accounts.
tiktokget-user-detailjustoneapi-tiktok-get-user-detail| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getTiktokUserDetailV1 | v1 | GET | /api/tiktok/get-user-detail/v1 | User Profile |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
secUid | query | n/a | all | string | The unique security ID of the user |
uniqueId | query | n/a | all | string | The unique handle/username of the user (e.g., 'tiktok') |
Request body: none documented; send parameters through path or query arguments.
Use getTiktokUserDetailV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getTiktokUserDetailV1.
node {baseDir}/bin/run.mjs --operation "getTiktokUserDetailV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getTiktokUserDetailV1 on /api/tiktok/get-user-detail/v1.