Click or drag to resize
UsersAddProviderUser Method
Adds a user that relates to a user in a remote system.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Guid AddProviderUser(
	Guid providerInstanceId,
	UserInformation userInformation
)

Parameters

providerInstanceId
Type: SystemGuid
The unique identifier for the provider that represents the remote system.
userInformation
Type: ConnectedApps.Cms.Entities.UserProviderUserInformation
The user to add.

Return Value

Type: Guid
See Also