Accounts V1.0
Removes the account from an account group.

Namespace: Zywave.Services.Public.Accounts.Contracts
Assembly: Zywave.Services.Public.Accounts.Contracts (in Zywave.Services.Public.Accounts.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void RemoveAccountFromGroup(
	int accountGroupId,
	int accountId
)

Parameters

accountGroupId
Type: System..::..Int32
The account group ID.
accountId
Type: System..::..Int32
The account ID.

See Also