getUserIDBye-mailAddress

Returns a VMM ID based on a user's email address.

Syntax

getUserIDBye-mailAddress email address

Purpose

The getUserIDBye-mailAddress command returns a user's Virtual Member Manager (VMM) ID from LDAP using their email address. The command throws an exception if no matches are found.

Data type: String

Sample

This sample script gets the user id of jsmith@example.com:
set ons [$AdminControl completeObjectName type=RTCAdminMbean,*]
$AdminControl invoke $ons getUserIDBye-mailAddress jsmith@example.com