Skip to main content
Version: 2.2.2

addUserToTeam

This method allows adding new users to a team. To add new users to a team, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\generic\AddUserToTeamRequestType.java
Returnweb\wwwroot\ws\java\generic\AddUserToTeamResponseType.java

Request:

ID #RequiredDescription
IDTEAMXTeam ID #;
USERSXString separated by "," containing the user IDs. E.g.: ("User1,User2").

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:generic">
<soapenv:Header/>
<soapenv:Body>
<urn:addUserToTeam>
<!--You may enter the following 2 items in any order-->
<urn:IDTEAM>?</urn:IDTEAM>
<urn:USERS>?</urn:USERS>
</urn:addUserToTeam>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred