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>aadd4555-ce5e-4cf6-8abd-73b451b5ea31</TaskID> <IndividualID>4a983db9-da38-412b-8e4a-36ce9a03b50a</IndividualID> <RoleID>36086814-ca4e-4d24-99ed-b8ffb4af66e1</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "aadd4555-ce5e-4cf6-8abd-73b451b5ea31",
"IndividualID": "4a983db9-da38-412b-8e4a-36ce9a03b50a",
"RoleID": "36086814-ca4e-4d24-99ed-b8ffb4af66e1",
"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>19ef23ef-b1f9-4666-84b6-7e1eb43d3447</TaskID> <IndividualID>1072b68d-8741-4131-a7f9-e8935bc58fc1</IndividualID> <RoleID>6649c08b-fb34-4d44-a3aa-2da4f59aec73</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>c1c61e64-9deb-4a78-9c8b-75bfecb397ef</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-12-09T12:22:25.5372683+00:00</Created> <CreatedBy>d4e9fe11-5f7d-414d-afba-fbd73c52e4f0</CreatedBy> <SiteID>03370b0c-6161-44e6-a846-950e55c099a6</SiteID> <Updated>2025-12-09T12:22:25.5372683+00:00</Updated> <UpdatedBy>1b60e4dd-dc7e-444a-98ca-fadc2cc3985a</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "19ef23ef-b1f9-4666-84b6-7e1eb43d3447",
"IndividualID": "1072b68d-8741-4131-a7f9-e8935bc58fc1",
"RoleID": "6649c08b-fb34-4d44-a3aa-2da4f59aec73",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "c1c61e64-9deb-4a78-9c8b-75bfecb397ef",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2025-12-09T12:22:25.5372683+00:00",
"CreatedBy": "d4e9fe11-5f7d-414d-afba-fbd73c52e4f0",
"SiteID": "03370b0c-6161-44e6-a846-950e55c099a6",
"Updated": "2025-12-09T12:22:25.5372683+00:00",
"UpdatedBy": "1b60e4dd-dc7e-444a-98ca-fadc2cc3985a",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}