Profiles (async)
Async variants of :class:~superme_sdk.services._profiles.ProfilesMixin.
Source code in superme_sdk/services/aio/_profiles.py
get_profile
async
Return public profile info for a user (async).
Omit identifier for your own profile (reads superme://me/profile);
pass one to look up another user via user_profile_search.
Source code in superme_sdk/services/aio/_profiles.py
get_user_details
async
Read one user's full public profile by user_id or username (async).
Deeper than :meth:get_profile — returns the un-truncated summary plus
structured work experience, education, and skills.
Source code in superme_sdk/services/aio/_profiles.py
find_user_by_name
async
Search for SuperMe users by name (async).
find_users_by_names
async
Resolve multiple names to SuperMe users in a single call (async).
Source code in superme_sdk/services/aio/_profiles.py
find_users_on_topic
async
find_users_on_topic(
question: str,
*,
max_results: int = 10,
excluded_user_ids: list[str] | None = None,
) -> dict
Find SuperMe users who are experts on a topic (async).