[RTC EWM DNG RQM]Can I send an invitation email for PROJECTAREA or TEAMAREA? Use API
Can I send an invitation email for PROJECTAREA or TEAMAREA? Use API
I would like to send it all at once to teach a specific person among the registered members, but I think that the operation on WebUI is not efficient, so I think it can be done with API.
It was unlikely to be an old API document.
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi
One answer
The DraftTeamProcessAPI is, as far as I am aware, to maintain the process configuration for project and team areas and not to send invitations. I am not aware of a public REST API for this.
In what context would such an automation run?
For EWM, there is some hint in com.ibm.team.process.internal.client.ProcessClientService.getTeamInvitation(String, String, String[]) . This is an internal API.
The Web UI uses an internal API to create the team invitation. As it is an internal API, it is not documented. You can understand how it works by looking at the browser to server communication.