Click or drag to resize
UserGroupsAddUser Method
Adds a user to a group.

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 void AddUser(
	Guid groupId,
	Guid userId
)

Parameters

groupId
Type: SystemGuid
The unique identifier of the group.
userId
Type: SystemGuid
The unique identifier of the user.
See Also