Explain Roles

I know what AuthenticatedUser and RestUser mean but I don’t completely understand the other roles like AndroidUser,GuestUser,ServerCodeUser,SocialUser,JSuser,DotNetUser.
The names are self descriptive but how to set permissions for them gets me scratching my head. For example how do I set permissions for AndroidUser? My app is an Android app so basically every user of the app will fall under the AndroidUser role I guess.

Hello @Nkekere_Tommy_Minimann

This section in the documentation answers your question and describes each of the roles that exist.
https://backendless.com/docs/rest/users_user_roles.html
If you still have questions after reading this, I am happy to answer them.

Regards,
Inna

Thanks, I now understand it