UsersAddProviderUser Method |
Adds a user that relates to a user in a remote system.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid AddProviderUser(
Guid providerInstanceId,
UserInformation userInformation
)
Public Function AddProviderUser (
providerInstanceId As Guid,
userInformation As UserInformation
) As Guid
public:
Guid AddProviderUser(
Guid providerInstanceId,
UserInformation^ userInformation
)
member AddProviderUser :
providerInstanceId : Guid *
userInformation : UserInformation -> Guid
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