Skuid Platform merge syntax for user profile picture

I don’t see an option to bring in the current user’s photo using merge syntax on skuid platform. Is there another approach?

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.

2 Likes

This works perfectly. Thank you!