team access Logs
GET {{baseUrl}}/team.accessLogs?before=<string>&count=<string>&page=<string>
Gets the access logs for the current team.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
before | string | End of time range of logs to include in results (inclusive). | |
count | string | ||
page | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","logins":[{"user_id":"\u003cstring\u003e","username":"\u003cstring\u003e","date_first":"\u003cinteger\u003e","date_last":"\u003cinteger\u003e","count":"\u003cinteger\u003e","ip":"\u003cstring\u003e","user_agent":"\u003cstring\u003e","isp":"\u003cstring\u003e","country":"\u003cstring\u003e","region":"\u003cstring\u003e"}],"paging":{"page":"\u003cinteger\u003e","total":"\u003cinteger\u003e","count":"\u003cinteger\u003e","pages":"\u003cinteger\u003e","per_page":"\u003cinteger\u003e","spill":"\u003cinteger\u003e"}}