Click or drag to resize
UsersClient Methods

The UsersClient type exposes the following members.

Methods
  NameDescription
Public methodDeleteUserByExternalUserIdAsync
Delete API User by external user id
Public methodDeleteUserByIdAsync
Delete API User by id
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserByEmailAsync
Retrieve API User by email.
Public methodGetUserByExeternalUserIdAsync
Retrieve API User by external user id
Public methodGetUserByFacebookIdAsync
Search API User by Facebook identifier.
Public methodGetUserByFullNameAsync
Gets the full name of the user by.
Public methodGetUserByIdAsync(Int32)
Show API User by identifier.
Public methodGetUserByIdAsyncT(Int32)
Show API User by identifier (generic)
Public methodGetUserByLogin
Gets the user by login.
Public methodGetUserByTagsAsync
Search API Users by tags
Public methodGetUserByTwitterIdAsync
Retrieve API User by Twitter identifier
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetUserPasswordByEmailAsync
Reset API User password by e-mail.
Public methodRetrieveUsersAsync(RetrieveUsersRequest)
Retrieve all Users for current account
Public methodRetrieveUsersAsyncT(RetrieveUsersRequest)
Retrieve all Users for current account. Return custom User's model that extended UserModule.Models.User class
Public methodSignUpUserAsync
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateUserAsync(Int32, UpdateUserRequest)
Update API User by identifier
Public methodUpdateUserAsyncT(Int32, UpdateUserRequestT)
Updates the user by Id (generic).
Top
See Also