|
| void | GetUserData (string userAuthToken, ResultCallback< UserData > callback) |
| | Get User Data by Authorization Token.
|
| void | SearchUserOtherPlatformDisplayName (string platformDisplayName, PlatformType platformType, ResultCallback< PagedUserOtherPlatformInfo > callback, int limit=20, int offset=0) |
| | This function will search user by their third party Display Name. The query will be used to find the user with the most approximate display name.
|
| void | SearchUserOtherPlatformUserId (string platformUserId, PlatformType platformType, ResultCallback< UserOtherPlatformInfo > callback) |
| | This function will search user by their third party Platform User ID.
|
| void | BanUser (string userId, BanType banType, BanReason reason, DateTime endDate, string comment, bool notifyUser, ResultCallback< UserBanResponseV3 > callback) |
| | Ban a Single User. Only Moderator that can ban other user.
|
| void | ChangeUserBanStatus (string userId, string banId, bool enabled, ResultCallback< UserBanResponseV3 > callback) |
| | Change Ban Status of a Single User (enabled/disabled). Only Moderator that can change ban status.
|
| void | GetUserBanInfo (string userId, ResultCallback< UserBanPagedList > callback, bool activeOnly=true) |
| | Get User Ban Information Only Moderator that can get the ban information.
|
| void | GetUserBannedList (BanType banType, int offset, int limit, ResultCallback< UserBanPagedList > callback, bool activeOnly=true) |
| | Get User Banned List Only Moderator that can get the banned list.
|
| void | GetUserByUserId (string userId, ResultCallback< UserData > callback) |
| | Get user data from another user by user id.
|
| void | ListUserByUserId (ListUserDataRequest listUserDataRequest, ResultCallback< ListUserDataResponse > callback) |
| | This function to List user by user ids.
|
| void | GetBulkUserByEmailAddress (IEnumerable< string > emailAddresses, ResultCallback< GetBulkUserByEmailAddressResponse > callback) |
| | Search user by the list of email addresses.
|
| void | GetLinkedPlatformAccounts (string userId, GetLinkedPlatformAccountsOptionalParams optionalParameters, ResultCallback< PagedPlatformLinks > callback) |
| | Retrieves platform accounts linked to user.
|
| void | GetLinkedPlatformAccounts (string userId, ResultCallback< PagedPlatformLinks > callback) |
| | Retrieves platform accounts linked to user.
|