nexigon_api.projects.ProjectMemberAddedEvent
Event indicating that a member has been added to a project.
projectIdnexigon_api.projects.ProjectId (string)required
Unique ID of a project.
userIdnexigon_api.users.UserId (string)required
Unique ID of a user.
isOwnerbooleanrequired
nexigon_api.projects.ProjectMemberAddedEvent
{
"projectId": "string",
"userId": "string",
"isOwner": true
}