USER_ID_TO_USER()
- Veröffentlicht am Nov 19, 2025
- 1 Gelesene Minute(n)
Prev Next This content is currently unavailable in German. You are viewing the default (English) version.
Description
Converts a user id to a user object
Available In
Syntax
USER_ID_TO_USER(id: Text) => User
Example
USER_ID_TO_USER("abc") = User<abc>