StringeeUser represent user within your application, they are used to:
Each user should contain:
userId
: Allows you to map a user to your own user management system.name
: Helps you render a user's name.avatarUrl
: Helps you render a user's avatar.role
: Helps you render a user's role.