Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
uIdQueryYESStringN/Athe user id
statusQueryYESString - Enum
'active', 'inactive'
restricted to either 'active' OR 'inactive'


Output

...

Valid Response

Code Block
languagejs
titleValid Response Sample
{
	"result": true,
	"data": true
}

...