| UsersClient Class |
Namespace: Quickblox.Sdk.Modules.UsersModule
The UsersClient type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteUserByExternalUserIdAsync |
Delete API User by external user id
| |
| DeleteUserByIdAsync |
Delete API User by id
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUserByEmailAsync |
Retrieve API User by email.
| |
| GetUserByExeternalUserIdAsync |
Retrieve API User by external user id
| |
| GetUserByFacebookIdAsync |
Search API User by Facebook identifier.
| |
| GetUserByFullNameAsync |
Gets the full name of the user by.
| |
| GetUserByIdAsync(Int32) |
Show API User by identifier.
| |
| GetUserByIdAsyncT(Int32) |
Show API User by identifier (generic)
| |
| GetUserByLogin |
Gets the user by login.
| |
| GetUserByTagsAsync |
Search API Users by tags
| |
| GetUserByTwitterIdAsync |
Retrieve API User by Twitter identifier
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResetUserPasswordByEmailAsync |
Reset API User password by e-mail.
| |
| RetrieveUsersAsync(RetrieveUsersRequest) |
Retrieve all Users for current account
| |
| RetrieveUsersAsyncT(RetrieveUsersRequest) |
Retrieve all Users for current account. Return custom User's model that extended UserModule.Models.User class
| |
| SignUpUserAsync |
API User sign up. Use for the identification of the mobile applications users. The request can contain all, some or none of the optional parameters.
Login, email, facebook ID, twitter ID and the external user ID should not be taken previously.
If you want to create a user with a some content (f.e. with a photo) you have to create a blob firstly.
The same tags can be used for any number of users.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateUserAsync(Int32, UpdateUserRequest) |
Update API User by identifier
| |
| UpdateUserAsyncT(Int32, UpdateUserRequestT) |
Updates the user by Id (generic).
|