Users
Users represent users within your application. They are used to:
- Identify a user to Stringee
- Provide users's information to your application to help render each user
Each user should contain:
- A user ID: Allows you to map a user to your own user management system.
- A display name: Helps you render a user name.
- An avatar url: Helps you render a user's avatar.