Field
Represents a profile field as a name-value pair with optional verification.
Example
Required attributes
name
Description: The key of a given field’s key-value pair.
Type: String
Version history: Added in 2.4.0
value
Description: The value associated with the name
key.
Type: String (HTML)
Version history: Added in 2.4.0
Optional attributes
verified_at
Description: Timestamp of when the server verified a URL value for a rel=“me” link.
Type: String (ISO 8601 Datetime) if value
is a verified URL. Otherwise, null
Version history: Added in 2.6.0
See also
Account SourceLast updated August 10, 2020 · Improve this page