Versions Compared

Key

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

...

NameSourceMandatoryTypeSpecial FormatDescription
uIdbodyYESArrayArray of stringsthe user record IDtenantIdQueryYESString


Output

...

Valid Response

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

...

Code Block
languagebash
titleCalling Get User API
 > CURL -X PUT http://127.0.0.1:4000/urac/admin/inviteUser?tenantId=xyz&uId=32497234932

Response

Code Block
languagejs
titleGet User API response
{
    "result": true,
    "data": true
}

...