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>e0ccfda0-4fe6-47a2-956d-bf41ce13805d</TaskID> <IndividualID>01388e10-9826-4206-a297-42e2efeadb01</IndividualID> <RoleID>8ea0bb49-eb5e-490d-a85e-459bc262afde</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "e0ccfda0-4fe6-47a2-956d-bf41ce13805d",
"IndividualID": "01388e10-9826-4206-a297-42e2efeadb01",
"RoleID": "8ea0bb49-eb5e-490d-a85e-459bc262afde",
"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>8d7c3621-ea72-431a-8d72-7447996e7994</TaskID> <IndividualID>c633a479-d31e-4c10-9396-51409cefb28a</IndividualID> <RoleID>28c8ce92-cc57-4d1e-8399-469f7b39205d</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>773a4a51-b992-4a9f-b31d-69aba08a05cb</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2026-01-24T10:30:32.5382396+00:00</Created> <CreatedBy>952f95eb-d168-493a-bff0-db31147f1684</CreatedBy> <SiteID>62822f88-fd95-4fc8-be3c-0ee82467d223</SiteID> <Updated>2026-01-24T10:30:32.5382396+00:00</Updated> <UpdatedBy>6fbea644-6eec-406f-9c78-f2f11539405f</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "8d7c3621-ea72-431a-8d72-7447996e7994",
"IndividualID": "c633a479-d31e-4c10-9396-51409cefb28a",
"RoleID": "28c8ce92-cc57-4d1e-8399-469f7b39205d",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "773a4a51-b992-4a9f-b31d-69aba08a05cb",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2026-01-24T10:30:32.5382396+00:00",
"CreatedBy": "952f95eb-d168-493a-bff0-db31147f1684",
"SiteID": "62822f88-fd95-4fc8-be3c-0ee82467d223",
"Updated": "2026-01-24T10:30:32.5382396+00:00",
"UpdatedBy": "6fbea644-6eec-406f-9c78-f2f11539405f",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}