Create a user for an existing contact

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

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

Parameters

parameters
Type: AddUserFromContactParameters

the parameters

wait
Type: IASyncWait

an optional asynchronous waiter

Return Value

Type: OperationResponse

the result of the operation as a basic operation response

.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