Versions Compared

Key

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

General Information

...

ServiceAPIMethod
urac/account/getUserGET


Data Model: UsersWorkflow: %Link to Architecture Page%

Input

...

NameSourceMandatoryTypeSpecial FormatDescription
usernameQueryYESStringN/AThe User Name

 

Output

...

Valid Response

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

...