1.0 KiB
1.0 KiB
title | description | menu | aliases | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Admin::Ip | Represents an IP address associated with a user. |
|
|
Example
{
"ip": "192.168.42.1",
"used_at": "2022-09-15T01:38:58.851Z"
}
Attributes
ip
Description: The IP address.
Type: String (IP address)
Version history:
3.5.0 - added
used_at
Description: The timestamp of when the IP address was last used for this account.
Type: String (ISO 8601 Datetime)
Version history:
3.5.0 - added
See also
{{< page-relref ref="entities/Admin_Account#ips" caption="Admin::Account (ips
attribute)" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/admin/ip_serializer.rb" caption="app/serializers/rest/admin/ip_serializer.rb" >}}