Package org.labkey.remoteapi.security
Class GetUsersResponse.UserInfo
java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.security.GetUsersResponse.UserInfo
- Enclosing class:
- GetUsersResponse
Information about a single user that matched the request
-
Field Summary
Fields inherited from class org.labkey.remoteapi.ResponseObject
_allProperties
-
Method Summary
Methods inherited from class org.labkey.remoteapi.ResponseObject
getAllProperties
-
Method Details
-
getDisplayName
- Returns:
- the display name for the user
-
getEmail
- Returns:
- the user's email address
-
getUserId
public int getUserId()- Returns:
- the user's unique id within the server
-