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>c6cc2239-4673-4c64-878e-b695c7d4cd3a</TaskID> <IndividualID>cef67970-c473-4ddd-ba04-5701063c978b</IndividualID> <RoleID>02ef583a-51ba-4581-9356-376a527a77d8</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "c6cc2239-4673-4c64-878e-b695c7d4cd3a",
"IndividualID": "cef67970-c473-4ddd-ba04-5701063c978b",
"RoleID": "02ef583a-51ba-4581-9356-376a527a77d8",
"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>ef743172-cd9e-41de-9741-1c4bd9e10dc9</TaskID> <IndividualID>b35eccb3-bffa-457c-a439-87084891a8e5</IndividualID> <RoleID>653a65e5-d91e-4d3e-bc98-761645dbb0ae</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>d0aedf9f-09cb-4593-82a2-1a5ec9110ec7</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2026-09-04T11:11:53.7502368+00:00</Created> <CreatedBy>cb635f2b-0ed9-4260-9dea-f37eb8e92598</CreatedBy> <SiteID>8da7d31d-dfde-4b8e-901c-b9a79a0cf83f</SiteID> <Updated>2026-09-04T11:11:53.7502368+00:00</Updated> <UpdatedBy>42660c03-32ca-41bd-a418-27342a77dd2a</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "ef743172-cd9e-41de-9741-1c4bd9e10dc9",
"IndividualID": "b35eccb3-bffa-457c-a439-87084891a8e5",
"RoleID": "653a65e5-d91e-4d3e-bc98-761645dbb0ae",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "d0aedf9f-09cb-4593-82a2-1a5ec9110ec7",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2026-09-04T11:11:53.7502368+00:00",
"CreatedBy": "cb635f2b-0ed9-4260-9dea-f37eb8e92598",
"SiteID": "8da7d31d-dfde-4b8e-901c-b9a79a0cf83f",
"Updated": "2026-09-04T11:11:53.7502368+00:00",
"UpdatedBy": "42660c03-32ca-41bd-a418-27342a77dd2a",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}