Add a new user and contact

Namespace: SynergyClientAPI.ContactsUsersAndGroups
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function AddUser( _ 
ByVal parameters As AddUserParameters, _ 
Optional ByVal wait As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse AddUser( 
AddUserParameters parameters
IASyncWait wait = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ AddUser( 
AddUserParameters^ parameters
IASyncWait^ wait 
)
This language is not supported or no code example is available.
public static function AddUser( 
parameters : AddUserParameters
wait : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

parameters
Type: AddUserParameters

the parameters for the user to add

wait
Type: IASyncWait

an optional asynchronous wait class

Return Value

Type: OperationResponse

the result of the operation

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1