Class GetUsersResponse.UserInfo

java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.security.GetUsersResponse.UserInfo
Enclosing class:
GetUsersResponse

public static class GetUsersResponse.UserInfo extends ResponseObject
Information about a single user that matched the request
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Returns:
      the display name for the user
    • getEmail

      public String getEmail()
      Returns:
      the user's email address
    • getUserId

      public int getUserId()
      Returns:
      the user's unique id within the server