PostOffice.getPersonByEmailAddress()
The method returns the Person object that corresponds to this email address.
- Availability
-
IBM® Tivoli® Identity Manager 4.x
IBM Tivoli Identity Manager 5.x
IBM Security Identity Manager 6.x
IBM Security Identity Manager 7.0.
- Synopsis
PostOffice.getPersonByEmailAddress(String email)
- Description
- This JavaScript extension returns the Person object that corresponds to the email address specified.
- Usage
targetPerson = PostOffice.getPersonByEmailAddress()
Examples:
targetPerson = PostOffice.getPersonByEmailAddress("user@itim.com"); targetPerson = PostOffice.getPersonByEmailAddress(PostOffice.getEmailAddress());