|
|
|
@ -37,6 +37,10 @@ UserObject:
|
|
|
|
|
fullname:
|
|
|
|
|
type: string
|
|
|
|
|
example: Mr. Dragon Fruit Jr.
|
|
|
|
|
displayname:
|
|
|
|
|
type: string
|
|
|
|
|
description: This is either username or fullname depending on forum and user settings
|
|
|
|
|
example: Dragon Fruit
|
|
|
|
|
location:
|
|
|
|
|
type: string
|
|
|
|
|
example: 'Toronto, Canada'
|
|
|
|
@ -227,6 +231,10 @@ UserObjectFull:
|
|
|
|
|
fullname:
|
|
|
|
|
type: string
|
|
|
|
|
example: Mr. Dragon Fruit Jr.
|
|
|
|
|
displayname:
|
|
|
|
|
type: string
|
|
|
|
|
description: This is either username or fullname depending on forum and user settings
|
|
|
|
|
example: Dragon Fruit
|
|
|
|
|
location:
|
|
|
|
|
type: string
|
|
|
|
|
example: 'Toronto, Canada'
|
|
|
|
@ -463,6 +471,10 @@ UserObjectSlim:
|
|
|
|
|
type: string
|
|
|
|
|
description: A friendly name for a given user account
|
|
|
|
|
example: Dragon Fruit
|
|
|
|
|
displayname:
|
|
|
|
|
type: string
|
|
|
|
|
description: This is either username or fullname depending on forum and user settings
|
|
|
|
|
example: Dragon Fruit
|
|
|
|
|
userslug:
|
|
|
|
|
type: string
|
|
|
|
|
description: An URL-safe variant of the username (i.e. lower-cased, spaces removed, etc.)
|
|
|
|
@ -544,6 +556,10 @@ UserObjectACP:
|
|
|
|
|
type: string
|
|
|
|
|
description: A friendly name for a given user account
|
|
|
|
|
example: Dragon Fruit
|
|
|
|
|
displayname:
|
|
|
|
|
type: string
|
|
|
|
|
description: This is either username or fullname depending on forum and user settings
|
|
|
|
|
example: Dragon Fruit
|
|
|
|
|
userslug:
|
|
|
|
|
type: string
|
|
|
|
|
description: An URL-safe variant of the username (i.e. lower-cased, spaces removed, etc.)
|
|
|
|
|