GET
/api/im/users/{id}
Get user by ID
Returns a specific IM user's public profile by their user ID.
curl -s "$BASE/api/im/users/$USER_ID" \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/users/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test