Versions Compared

Key

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

General Information

...

ServiceAPIMethod
urac/admin/changeUserStatusGET


Data Model: UsersWorkflow: %Link to Architecture Page%

Input

...

NameSourceMandatoryTypeSpecial FormatDescription
uIdQueryYESStringN/Athe user id
statusQueryYESStringN/Arestricted to either 'active' OR 'inactive'

 

Output

...

Valid Response

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

...