Create a new team member.
None.
This object takes all the parameters needed to create a new team member.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
TaskID
globally unique identifier
Required
ID of the Project. |
IndividualID
globally unique identifier
Required
ID of the user. |
RoleID
globally unique identifier
Required
ID of the Team member's role. |
HoursProjected
decimal number
Required
Number of hours this team member is projected to work on this project. |
HoursActual
decimal number
Required
Number of hours this team member actually worked on this project. |
ID
globally unique identifier
ReadOnly
ID of the Team Member. |
RoleName
string
ReadOnly
Name of the team member's role. |
HoursActualRollup
decimal number
ReadOnly
Sum of the actual number of hours spent on this project. |
HoursProjectedRollup
decimal number
ReadOnly
Sum of the projected number of hours to be spent on this project. |
IndividualFullName
string
ReadOnly
Full name of the team member. |
Created
date
ReadOnly
Date the team member was added to the project. |
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the team member. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the team member. |
Updated
date
ReadOnly
Date the team member was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the team member. |
IndividualFullOrderedName
string
ReadOnly
Full ordered name of the given team member. |
RoleDescription
string
Description of the team member's role on the project (Max 50 charactors) |
TeamSurvey
boolean
Set if Team Survey should be sent to the team member. |
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>e9fbb43d-b3e8-4f99-973f-5cef04723de9</TaskID> <IndividualID>6be27079-dd52-4513-8104-67e3453e3b9c</IndividualID> <RoleID>2c3341b4-8036-4799-a685-af04710c4aa6</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "e9fbb43d-b3e8-4f99-973f-5cef04723de9", "IndividualID": "6be27079-dd52-4513-8104-67e3453e3b9c", "RoleID": "2c3341b4-8036-4799-a685-af04710c4aa6", "HoursProjected": 1.0, "HoursActual": 1.0, "RoleDescription": "sample string 4", "TeamSurvey": true }
TaskID
globally unique identifier
Required
ID of the Project. |
IndividualID
globally unique identifier
Required
ID of the user. |
RoleID
globally unique identifier
Required
ID of the Team member's role. |
HoursProjected
decimal number
Required
Number of hours this team member is projected to work on this project. |
HoursActual
decimal number
Required
Number of hours this team member actually worked on this project. |
ID
globally unique identifier
ReadOnly
ID of the Team Member. |
RoleName
string
ReadOnly
Name of the team member's role. |
HoursActualRollup
decimal number
ReadOnly
Sum of the actual number of hours spent on this project. |
HoursProjectedRollup
decimal number
ReadOnly
Sum of the projected number of hours to be spent on this project. |
IndividualFullName
string
ReadOnly
Full name of the team member. |
Created
date
ReadOnly
Date the team member was added to the project. |
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the team member. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the team member. |
Updated
date
ReadOnly
Date the team member was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the team member. |
IndividualFullOrderedName
string
ReadOnly
Full ordered name of the given team member. |
RoleDescription
string
Description of the team member's role on the project (Max 50 charactors) |
TeamSurvey
boolean
Set if Team Survey should be sent to the team member. |
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>16466b02-6bb3-4cb1-9448-3a3d1bec0802</TaskID> <IndividualID>1b1ed99b-8d2d-4efc-83ae-d805e6f73aca</IndividualID> <RoleID>4370991b-626d-48b7-bc5e-77711e3dc436</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>63ed389a-a3ba-4fa1-aecf-a81c2c347b28</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-04-18T17:38:06.5781853+00:00</Created> <CreatedBy>32a92f8b-0efc-4276-8b75-c30afcae5a73</CreatedBy> <SiteID>0ba3f846-7487-42cc-8771-27e32bcc2f40</SiteID> <Updated>2025-04-18T17:38:06.5781853+00:00</Updated> <UpdatedBy>039aab36-280f-4483-8730-ecc6e3a52153</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "16466b02-6bb3-4cb1-9448-3a3d1bec0802", "IndividualID": "1b1ed99b-8d2d-4efc-83ae-d805e6f73aca", "RoleID": "4370991b-626d-48b7-bc5e-77711e3dc436", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "63ed389a-a3ba-4fa1-aecf-a81c2c347b28", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-04-18T17:38:06.5781853+00:00", "CreatedBy": "32a92f8b-0efc-4276-8b75-c30afcae5a73", "SiteID": "0ba3f846-7487-42cc-8771-27e32bcc2f40", "Updated": "2025-04-18T17:38:06.5781853+00:00", "UpdatedBy": "039aab36-280f-4483-8730-ecc6e3a52153", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }