IGuideUpdateEditorResponse
Response returned after updating editors for an iGUIDE.
editors object[]
List of editors assigned to the iGUIDE
Array [
emailHintstring
Partially masked email address for identification
firstnamestring
User's first name
idstring
User ID
lastnamestring
User's last name
]
iguideIdstring
The iGUIDE ID
IGuideUpdateEditorResponse
{
"editors": [
{
"emailHint": "string",
"firstname": "string",
"id": "string",
"lastname": "string"
}
],
"iguideId": "string"
}