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>5340251c-34bf-477b-87c5-cfcb07353c68</TaskID> <IndividualID>ab0db6e8-1169-4b92-84d3-fd5898476bfd</IndividualID> <RoleID>e42a79b7-2eaf-4d40-b198-500d86c1c3d2</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "5340251c-34bf-477b-87c5-cfcb07353c68",
"IndividualID": "ab0db6e8-1169-4b92-84d3-fd5898476bfd",
"RoleID": "e42a79b7-2eaf-4d40-b198-500d86c1c3d2",
"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>b73a6efa-f2a8-418d-93bd-eb208f7e6421</TaskID> <IndividualID>048ab5b1-9d7c-4810-b805-29ca72db754c</IndividualID> <RoleID>66674382-3f8b-45b4-ac01-2d1a8f485afc</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>c8ee1aad-7ae7-4003-bc71-276e15a1b9c4</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2026-02-20T00:15:39.6881579+00:00</Created> <CreatedBy>6fdf2bad-f59d-41c5-92b9-96403f6ce917</CreatedBy> <SiteID>dfea9aad-66a6-4239-91f6-9c32af66ab63</SiteID> <Updated>2026-02-20T00:15:39.6881579+00:00</Updated> <UpdatedBy>fb752d7e-da27-42b2-b5f5-929ab7633b0e</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "b73a6efa-f2a8-418d-93bd-eb208f7e6421",
"IndividualID": "048ab5b1-9d7c-4810-b805-29ca72db754c",
"RoleID": "66674382-3f8b-45b4-ac01-2d1a8f485afc",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "c8ee1aad-7ae7-4003-bc71-276e15a1b9c4",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2026-02-20T00:15:39.6881579+00:00",
"CreatedBy": "6fdf2bad-f59d-41c5-92b9-96403f6ce917",
"SiteID": "dfea9aad-66a6-4239-91f6-9c32af66ab63",
"Updated": "2026-02-20T00:15:39.6881579+00:00",
"UpdatedBy": "fb752d7e-da27-42b2-b5f5-929ab7633b0e",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}