GroupMembershipEventLog

Group Membership events capture details about changes to public group and queue membership, such as when members are added to or removed from the public group or queue. This object is available in API version 64.0 and later.

This object stores event data that's queryable from platform APIs. For event data stored in event log files, see EventLogFile.

Note

Supported Calls

describeSObjects(), query()

Special Access Rules

To access this object, you must have the View Event Log Object Data user permission.

Fields

Field Details
ClientIp
Type
string
Properties
Filter, Group, Nillable, Sort
Description
IP address of the client employing salesforce.com services.
CpuTime
Type
double
Properties
Filter, Nillable, Sort
Description
Amount of cpu cycles used by the request
GroupIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
ID of the group whose membership changed.
GroupType
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The type of group being updated.
LoginKey
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The string that ties together all events in a given user’s login session. It starts with a login event and ends with either a logout event or the user session expiring.
MemberIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The ID of the member added to or removed from the group. Public groups can contain individual users, other groups, or users in a specified role or territory. Queues can contain individual users, roles, public groups, territories, connections, or partner users.
OperationType
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The type of operation that occurred, such as a group member being added or removed from a group.
RequestIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The unique ID of a single transaction. A transaction can contain one or more events. Each event in a given transaction has the same REQUEST_ID.
RunTime
Type
double
Properties
Filter, Nillable, Sort
Description
The amount of time that the request took in milliseconds.
SessionKey
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The user’s unique session ID. You can use this value to identify all user events within a session. When a user logs out and logs in again, a new session is started.
Timestamp
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The access time of Salesforce services in GMT.
Uri
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The URI of the page that’s receiving the request.
UserIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The 15-character ID of the user who’s using Salesforce services through the UI or the API.