getFirstUserWithEmail

Get the first user with a given e-mail address

Format

udclient [global-args...] [global-flags...]
  getFirstUserWithEmail [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
email string true E-mail address of the user

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  firstUserWithEmail
  -email jsmith@us.ibm.com
  

Example response

{"id":"2c1c9012-2111-4d6a-b5f0-b6cabff94713","name":"janesmith"}

Related REST command: Get the first user with a given e-mail address.