๐ตRequest User Information
Like what you're seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
Requests the persona name and optionally the avatar of a specified user.
It's slower to download avatars and churns the local cache, so if you don't need avatars, don't request them.
User Id
The user to request the information for.
Name Only
Retrieve the Persona name only (true)? Or both the name and the avatar (false)?
Return Value
Triggers a Persona State Change callback.
true means that the data has been requested and a Persona State Change callback will be posted when it's retrieved.
false means that we already have all the details about that user and functions that require this information can be used immediately.
Nodes
Last updated