User

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the User.
userNameStringtrueName of the User.

JSON representation

{
	"id": 1,
	"userName": "Tesipro"
}