CreateSubUser
Creates a sub user with the provided request parameters.
public static VyTask<VySubUserDto> CreateSubUser(VyCreateSubUserRequest reqParams)
Path Parameters
Returns
VyTask<VySubUserDto> A task that represents the asynchronous operation. The task result contains the created sub user.
Last updated