List User Events
Retrieves a list of “events” generated by the User on Vercel. Events are generated when the User performs a particular action, such as logging in, creating a deployment, and joining a Team (just to name a few). When the teamId
parameter is supplied, then the events that are returned will be in relation to the Team that was specified.
Authorizations
Default authentication mechanism
Query Parameters
Maximum number of items which may be returned.
20
Timestamp to only include items created since then.
"2019-12-08T10:00:38.976Z"
Timestamp to only include items created until then.
"2019-12-09T23:00:38.976Z"
Comma-delimited list of event "types" to filter the results by.
"login,team-member-join,domain-buy"
Deprecated. Use principalId
instead. If principalId
and userId
both exist, principalId
will be used.
"aeIInYVk59zbFF2SxfyxxmuO"
When retrieving events for a Team, the principalId
parameter may be specified to filter events generated by a specific principal.
"aeIInYVk59zbFF2SxfyxxmuO"
When set to true
, the response will include the payload
field for each event.
"true"
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Response
Successful response.
Array of events generated by the User.
Array of events generated by the User.