ICustomerUserCollection.CreateAsync(CustomerUser) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new user for the customer.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Users.CustomerUser> CreateAsync (Microsoft.Store.PartnerCenter.Models.Users.CustomerUser newEntity);
abstract member CreateAsync : Microsoft.Store.PartnerCenter.Models.Users.CustomerUser -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Users.CustomerUser>
Public Function CreateAsync (newEntity As CustomerUser) As Task(Of CustomerUser)
Parameters
- newEntity
- CustomerUser
The user object containing details for the new user to be created.
Returns
User entity