User ActivityAsk AIget https://{your-bynder-domain}/v7/analytics/api/v1/user/{userId}Retrieve all the events triggered by a given user.Path ParamsuserIdstringrequiredUser id.Query ParamslimitintegerDefaults to 1000The maximum number of analytics events to retrieve. Allowed values are between 1 and 10000.cursorstringDefaults to MDowCursor mark returned in the response headers to be used for pagination purposes.fromDateTimedate-timeRetrieve events triggered by a user occurred after this date. ISO8601 format: yyyy-mm-ddThh:mm[:ssZ] with optional seconds.toDateTimedate-timeSet a date range together with the "fromDateTime" parameter. ISO8601 format: yyyy-mm-ddThh:mm[:ssZ] with optional seconds.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/csvAllowed:application/jsontext/csvResponse 200Successful responseUpdated 2 months ago