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>14566fd7-adf7-460b-8061-2f2f4e26b8f7</TaskID> <IndividualID>fdbd6fb3-6536-49e7-9a4a-8824da3308de</IndividualID> <RoleID>2835ee70-0397-40c6-89d7-0b0cc08a11bc</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "14566fd7-adf7-460b-8061-2f2f4e26b8f7",
"IndividualID": "fdbd6fb3-6536-49e7-9a4a-8824da3308de",
"RoleID": "2835ee70-0397-40c6-89d7-0b0cc08a11bc",
"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>6015c446-9424-4bbc-b1e3-ed3d9689b0f5</TaskID> <IndividualID>75b0522e-20f4-4de1-9871-0582cdd55c81</IndividualID> <RoleID>e9e5ea16-d14a-488d-83c0-2d69980393d1</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b50bf63a-0b7b-40e1-9569-973964b70e31</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-11-16T13:24:59.3239644+00:00</Created> <CreatedBy>bd8bec5c-6888-4eb7-8d07-bbe2cf78087c</CreatedBy> <SiteID>6ac66e7a-4af8-4df1-855c-0723d2e55da6</SiteID> <Updated>2025-11-16T13:24:59.3239644+00:00</Updated> <UpdatedBy>cb182000-f03e-4561-9298-5f7b3a2f5383</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "6015c446-9424-4bbc-b1e3-ed3d9689b0f5",
"IndividualID": "75b0522e-20f4-4de1-9871-0582cdd55c81",
"RoleID": "e9e5ea16-d14a-488d-83c0-2d69980393d1",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "b50bf63a-0b7b-40e1-9569-973964b70e31",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2025-11-16T13:24:59.3239644+00:00",
"CreatedBy": "bd8bec5c-6888-4eb7-8d07-bbe2cf78087c",
"SiteID": "6ac66e7a-4af8-4df1-855c-0723d2e55da6",
"Updated": "2025-11-16T13:24:59.3239644+00:00",
"UpdatedBy": "cb182000-f03e-4561-9298-5f7b3a2f5383",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}