All Collections
General questions
How to attach a profile image to a user
How to attach a profile image to a user
Jason Liang avatar
Written by Jason Liang
Updated over a week ago

Uploading an image is a separate issue. You could upload it using the User Files api - but be sure to set the shareable  flag to true.

Note - instead of allowing users to upload their own files, most systems these days would allow them to choose from a set of files. You could have a bunch of avatar images available in global files - and set those urls on your player via the UpdateUserPictureUrl() call. 

Did this answer your question?