EvictUnmanagedMember Method

Started by thiruvasagamani, Jan 26, 2009, 04:01 PM

Previous topic - Next topic

thiruvasagamani

EvictUnmanagedMember Method

The EvictUnmanagedMember method evicts an existing Passport member. This is used to remove EASI (e-mail as sign-in only) Passport accounts that existed before the domain was registered with Admin Center.

public void EvictUnmanagedMember(string memberName)
Parameters

memberName — String with fully qualified member name (e.g. someone@mydomain.com).
Return Value

None.
Remarks

This call can fail if the account does not exist in Passport, or if the account is a managed member in the domain (account was previously imported or added to domain).

The evicted Passport member will be placed in a forced rename state; so the next time this member logs in the member will be asked to change that Passport account name, and the member won't be able to change it to a name within this domain because now this domain name is reserved by Admin Center.

Source : MSDN
Thiruvasakamani Karnan