team access Logs

GET {{baseUrl}}/team.accessLogs?before=<string>&count=<string>&page=<string>

Gets the access logs for the current team.

Request Params

KeyDatatypeRequiredDescription
beforestringEnd of time range of logs to include in results (inclusive).
countstring
pagestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;logins&quot;:[{&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;date_first&quot;:&quot;\u003cinteger\u003e&quot;,&quot;date_last&quot;:&quot;\u003cinteger\u003e&quot;,&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;ip&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_agent&quot;:&quot;\u003cstring\u003e&quot;,&quot;isp&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;,&quot;region&quot;:&quot;\u003cstring\u003e&quot;}],&quot;paging&quot;:{&quot;page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pages&quot;:&quot;\u003cinteger\u003e&quot;,&quot;per_page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;spill&quot;:&quot;\u003cinteger\u003e&quot;}}