Logins

Fetch logins

get/logins

Query parameters

idsstring

Filter by object IDs

integer
OR
string

Filter by user ID or by current user if value is me. If not used, it will default to me.

scope'me' | 'all'

Filter by the scope of the record. Deprecated, use user_id=me to scope the logins to the current user.

limitinteger

The number of objects to return

offsetinteger

The number of objects to offset

Response

OK

idinteger required

The ID of the login

created_atstring date-time required

When the login was created

updated_atstring date-time required

When the login was updated

type'api' | 'device' required

The type of the login.

namestring nullable required

The name for the login.

primaryboolean required

Whether the login is the primary login.

expireboolean required

Whether the login expires.

last_used_atstring date-time nullable required

When the login was last used.

device_brandstring nullable required

The brand of the device.

device_modelstring nullable required

The model of the device.

os_namestring nullable required

The name of the OS.

user_idinteger required

The user ID of the login

Changes

No recorded changes to this endpoint across all 1 revision of this API.