Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex DataLens
    • Overview
    • Formula syntax
      • All Functions
        • Overview
        • BOLD
        • BR
        • COLOR
        • IMAGE
        • ITALIC
        • MARKUP
        • SIZE
        • TOOLTIP
        • URL
        • USER_INFO
      • Function Availability
    • Parameters
  • Audit Trails events
  1. Calculated fields
  2. Function reference
  3. Text markup functions
  4. USER_INFO

USER_INFO

Written by
Yandex Cloud
Updated at June 18, 2024

SyntaxSyntax

USER_INFO( user_id, user_info_type )

DescriptionDescription

Returns the marked up text by user_id to display username or email depending on the user_info_type value:

  • email: Returns email.
  • name: Returns name.

If the user has not been found, the function will return the original string from the source.

Argument types:

  • user_id — String
  • user_info_type — String

Return type: Markup

ExamplesExamples

USER_INFO('b1ggmp8es27t********', 'name') = 'test_user'
USER_INFO([UserId], 'email') = 'test_user@example.com'

Data source supportData source support

DataLens Usage Analytics.

Was the article helpful?

Previous
URL
Next
Overview
© 2025 Direct Cursus Technology L.L.C.