I don’t see an option to bring in the current user’s photo using merge syntax on skuid platform. Is there another approach?
Page 1 / 1
Hi @duane,
The setup required to display the user’s avatar photo is a little different in Skuid Platform. You’ll want to set up an image component to use a URL as the image source, and use the url: /api/v1/me/{{$User.userId}}/avatar/medium
. If you need a different image size, you can swap out medium
for small
or large
.
This works perfectly. Thank you!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.