Available Methods of the Admin Center Web UI

Started by thiruvasagamani, Jan 26, 2009, 03:24 PM

Previous topic - Next topic

thiruvasagamani

Available Methods of the Admin Center Web UI

The Web service mirrors most of the functionality available through the Windows Live Admin Center Web UI, https://domains.live.com.
Methods Supported for Managing Admin Center Domains

The following methods are supported for managing Admin Center domains. Methods marked with two asterisks (**) are reserved for managed Microsoft programs, such as Live@edu and Live@net, and will throw exceptions if permissions are not granted by Microsoft for that Admin Center domain.

If you believe you should have access to these methods, contact us at dsupport@microsoft.com.
Authentication

GetLoginURL — Returns URL needed by Microsoft Passport to return an authentication ticket for administrative actions.

GetLoginDataTemplate — Retrieves the data template used to obtain the Passport authentication ticket.

VerifyAuthData — Verifies that Passport ticket is generated by a valid Admin Center domain administrator.
Creating Members

CreateMember — Adds a domain member.

**CreateMemberWithProperties — Adds a domain member with additional properties.

Source : MSDN

**CreateMemberWithPropertiesEx — Adds a domain member with credentials and additional properties.

ProvisionMemberSubscription — Applies a subscription to a member.
Deleting Members

DeleteMember — Deletes a member from the domain.

DeprovisionMemberSubscription — Removes a subscription from a member.
Member Management

ConvertMemberSubscription — Converts a member subscription.

EnumMembers — Enumerates (list) members in a domain.

EvictUnmanagedMember — Evicts an existing EASI Passport member from a domain.

GetMemberCount — Returns the number of member accounts in that domain.

GetMemberInfo — Returns information about a member in a domain.

GetMemberNameState — Returns the state of a member within that domain.

ImportUnmanagedMember — Imports an existing e-mail as sign-in only (EASI) Passport member into a domain.

MemberHasSubscription — Returns true if the member has a given subscription applied.

MemberNameToNetId — Returns the WL network ID for a member.

NetIdToMemberName — Returns the member name for a WL network ID.

RenameMember — Renames from old member name to the new member name.

**ResetMemberPassword — Resets member password.

SetMemberEmailAccess — Allows or prevent a member from logging into e-mail.

**SetMemberProperties — Sets the profile properties of a member in the domain.
Thiruvasakamani Karnan