app.bsky.unspecced.getSuggestedUsers
#main
Get a list of suggested users
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| category | string | - | ❌ | Category of users to get suggestions for. |
| limit | integer | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| actors | array of app.bsky.actor.defs#profileView | - | ✅ | - |
| recId | string | - | ❌ | DEPRECATED: use recIdStr instead. |
| recIdStr | string | - | ❌ | Snowflake for this recommendation, use when submitting recommendation events. |