EngagementUserV1 Data Type

Model class for engagement user.

Properties
name data type description
uri string Email address of the user.
association string User's association: CREATOR (end-user), MEMBER (associate).

Example

{
  "uri" : "...",
  "association" : "..."
}