Online Help Center > SendSafely APIs

com.sendsafely.dto

Class UserInformation

getEmail()
The email address connected to the user.
Return Type: String
Parameters: N/A

setEmail(Email)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
Email String

getClientKey()
The client key for the current user. The client key is a unique token for every user. This token can be used to encrypt secrets belonging to the user.
Return Type: String
Parameters: N/A

setClientKey(ClientKey)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
ClientKey String

getFirstName()
Get the first name of the current user.
Return Type: String
Parameters: N/A

setFirstName(FirstName)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
FirstName String

getLastName()
Get the last name of the current user.
Return Type: String
Parameters: N/A

setLastName(LastName)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
LastName String

getBetaUser()
Flag to determine if user is eligible to receive beta features.
Return Type: boolean
Parameters: N/A

setBetaUser(BetaUser)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
BetaUser boolean

getAdminUser()
Set internally by the API.
Return Type: boolean
Parameters: N/A

setAdminUser(AdminUser)
Set internally by the API
Return Type: void
Parameters:
NameTypeDescription
AdminUser boolean N/A