Simple APIs to support public profiles. It should function like /user/all, but return data for non-admin or non-self users. Restrict so that only data returned is:
profile_id
name
status
nickname
avatar
user_class
admin
This lets us show a public list of the creators (those with active listings) and dragons (those with user_class='dragon')
Simple APIs to support public profiles. It should function like /user/all, but return data for non-admin or non-self users. Restrict so that only data returned is:
profile_id name status nickname avatar user_class admin
This lets us show a public list of the creators (those with active listings) and dragons (those with user_class='dragon')