Initializing help system before first use

projectUser

Type: projectUser
Namespace: http://fico.com/xpress/insight/rest/v1

A project user.

Example JSON

{ "username" : "...", "firstName" : "...", "lastName" : "...", "email" : "...", "authorities" : [ "...", ... ], "path" : "...", "ownerId" : "...", "shareStatus" : "...", "parent" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "project" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }