Create a department member.
None.
All the parameters needed to create the organization member.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
globally unique identifier
Required on Update
ID of the relationship between Organization and Member |
SiteID
globally unique identifier
ID of the site for the individual. |
IndividualID
globally unique identifier
Required
ID of the given individual |
OrganizationID
globally unique identifier
Required
ID of the organiztion/department the Individual is a member of |
ReportsToID
globally unique identifier
ID of the individual that the given individual reports to |
Title
string
Title of the given individual |
Primary
boolean
Denotes if this is the primary department/organization for the given individual. (Defaults to false) |
Leader
boolean
Denotes if the member is the leader of the department. (Defaults to false) |
Name
string
Name of the given individual |
ReportsToFull
string
Full name of the individual that the given individual reports to. |
ReportsToOrderedName
string
Full ordered name of the individual that the given individual reports to. |
<OrganizationMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>403b12e4-abce-42fd-83a6-ca0d20b4d9ec</ID> <SiteID>30afbd21-fb14-4b02-97fc-65d70f549724</SiteID> <IndividualID>bd7ee57c-f2f5-48b7-8255-4292b4999775</IndividualID> <OrganizationID>e91dd5df-cc05-499f-8454-3838f3a1baf6</OrganizationID> <ReportsToID>24dfe7a0-610a-44ac-9f36-17d20a768169</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "403b12e4-abce-42fd-83a6-ca0d20b4d9ec", "SiteID": "30afbd21-fb14-4b02-97fc-65d70f549724", "IndividualID": "bd7ee57c-f2f5-48b7-8255-4292b4999775", "OrganizationID": "e91dd5df-cc05-499f-8454-3838f3a1baf6", "ReportsToID": "24dfe7a0-610a-44ac-9f36-17d20a768169", "Title": "sample string 4", "Primary": true, "Leader": true }
None.
Sample not available.