Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 544 Bytes

UserDetails.md

File metadata and controls

22 lines (12 loc) · 544 Bytes

FlatApi.UserDetails

Properties

Name Type Description Notes
id String Identifier of the user [optional]
type String The type of account [optional]
privateProfile Boolean Tell either this user profile is private or not (individual accounts only) [optional]
locale FlatLocales [optional]

Enum: TypeEnum

  • user (value: "user")

  • guest (value: "guest")