interface User

Information about a user.

subtype User :: Admin

Information about a user.

field id : string

Identifier of the user.

field display_name : string

Display name of the user.

subtype User :: Regular

Information about a user.

field id : string

Identifier of the user.

field display_name : string

Display name of the user.