# Functions
No description provided by the author
No description provided by the author
CreateUser create a user.
CreateUserLogin add a userLogin record.
DeleteUserByUid Delete users based on uids.
DeleteUserByUids Delete users based on uids.
DeleteUserLoginByUid Delete userLogin based on uids.
DeleteUserLoginByUids Delete userLogin based on uids.
No description provided by the author
GetUser Get a user based on email and identityType.
GetUserByName Get a user based on name.
GetUserByUid Get a user based on uid.
No description provided by the author
GetUserLogin Get a userLogin based on uid.
GetUsersCount gets user count.
ListUserLogins Get a userLogin based on uid list.
ListUsers gets a list of users based on paging constraints.
ListUsersByIdentityType gets a list of users based on identityType.
ListUsersByUIDs gets a list of users based on paging constraints.
UpdateUser update user info.
UpdateUserLogin update login info.