List Team Loginsget https://{server}/api/v2.1/org/{org_id}/admin/login-logs/Retrieves the login activities of all team members.Path Paramsorg_idintegerrequired≥ 1The ID of your team/organization. Numeric. Get it from Get Team. Contact your team admin, if you are not the admin.Query Paramspageinteger≥ 1The page number you want to start showing the entries. If no value is provided, 1 will be used.per_pageinteger≥ 1The number of results that should be returned. If no value is provided, 25 results will be returned.statusstringenumSet this to success to only return successful logins. By default, all logins are returned.successsuccessfailureAllowed:successfailurestartdate-timeStart date in ISO format.enddate-timeEnd date in ISO format.Response 200OKUpdated about 2 years ago