Data retrieved by Salesforce Sales Cloud connector
Data retrieved by the Salesforce Sales Cloud connector that is stored by Snow.
UserLicense
For reference information, see UserLicense .
API property | Description |
---|---|
Id | The user license ID. |
CreatedDate | The user license created date. |
LicenseDefinitionKey | A string that uniquely identifies a particular user license. |
MasterLabel | The user license label. |
Name | The internal name of the user license. |
Status | The current status of the user license. Valid values: Active, Disabled. |
TotalLicenses | The number of user licenses in the organization. |
UsedLicenses | The number of user licenses that are assigned to active users in the organization. |
Profile
For a list of possible values for the UserType property, see Salesforce API docs .
API property | Description |
---|---|
Id | Profile ID. |
Description | Description of the profile. |
Name | The name of the profile. |
CreatedById | The ID of the user that created the profile. |
LastModifiedById | The ID of the user that modified the profile last. |
LastModifiedDate | The date and time when the profile was last modified. |
UserType | The category of user license. |
UserLicense.Id | ID of the UserLicense associated with this profile. |
CreatedDate | The date and time when the profile was created. |
User
For a list of possible values for the UserType property, see Salesforce API docs .
API property | Description |
---|---|
Id | The user's ID. |
The user’s email address. | |
Alias | The user’s alias, for example: jsmith. |
FirstName | The user’s first name. |
LastName | The user’s last name. |
IsActive | true if the user has access to log in; otherwise, false |
LastLoginDate | The date and time when the user last successfully logged in. |
Name | Concatenation of FirstName and LastName. |
Username | Contains the name that a user enters to log in to the API or the user interface. |
UserType | The category of user license. |
City | The city associated with the user. |
CompanyName | The name of the user’s company. |
Country | The country associated with the user. |
CountryCode | The ISO country code associated with the user. |
Department | The company department associated with the user. |
Division | The division associated with this user, similar to Department, and unrelated to DefaultDivision. |
Profile.Id | ID of the user’s Profile. |
IsPortEnabled | Indicates whether the port is enabled or not. |