Start a conversation

User Module

  • How can I restrict retrieving a list of users?

    You can restrict retrieving a list of users in the QuickBlox Admin Panel > Users > Settings: Feel free to check our official documentation for more information that will help you to integrate QuickBlo...

  • Why do I receive a "User sign-ups are restricted" error?

    The error User sign-ups are restricted due to technical limit violation. is caused by exceeding the total users limit depending on your QuickBlox plan. You may check the limits on the pricing page. In...

  • Which symbols are allowed for use in the login field?

    The symbols that can be used in the login field are Latin letters, a-z, numbers 0-9, “_”. “-”. “.”, “+”, and “@”.  All other symbols are restricted for security reasons. Feel free to check our officia...

  • How do I add additional profile information to a user?

    To display additional user details you can use custom data that is present in the User model. Please check our SDK documentation for further details: iOS SDK - Users | iOS SDK | QuickBlox Android SDK ...

  • How do I add an avatar to a user?

    You can set the avatar for a user via the blob_id field. You need to upload a file into the Content Module and then connect it to the user with the mentioned blob_id field, as it performs as a link to...

  • Is it possible to directly access the URL of a public image using blob id?

    Yes, it is possible. You can upload a blob and make it public. For more information, please visit: Content. Or see relevant information in SDK documentation: iOS SDK - Content | iOS SDK | QuickBloxAnd...

  • How do I add tags for users / user groups?

    Please check our documentation on how to add tags for user using different SDKs and Server API: Server API - Authentication | Users | Create User | QuickBlox iOS SDK - Users | iOS SDK | QuickBloxAndro...

  • How do I retrieve blobs (content) uploaded by a user?

    There is no basic way to retrieve blobs uploaded by a user if files are private. You can download only public content: iOS SDK - Content | iOS SDK | QuickBloxAndroid SDK - Content | Android SDK | Quic...

  • How do I retrieve a user password?

    For security reasons QuickBlox does not support the retrieval of a user’s password. If you are the account owner, you can reset the password in the Dashboard in the Users section for your application....

  • How do I check if a user is online?

    There are three ways to find out if a user is online: 1. Using a chat module to check if a dialog participant is online. Check our guides here: iOS SDK - Chat | Dialogs | iOS SDK | QuickBlox Android S...