This simple SOQL query returns the User Information and logged information in salesforce.
It returns the type of sessions user have a logged-in system.
SOQL Query
Resource
AuthSession SOAP API
It returns the type of sessions user have a logged-in system.
SOQL Query
Select Id, UsersId, Users.Name, UserType, SourceIp, SessionType, SessionSecurityLevel, ParentId, LoginType, LastModifiedDate, CreatedDate From AuthSession
ResultResource
AuthSession SOAP API
No comments:
Post a Comment