Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
siteId globally unique identifier

Guid ID of the site which has the Roles to be read. (Required for Global Administrators only)

Body Parameters

None.

Response Information

Resource Description (TeamMemberRole)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID globally unique identifier ReadOnly

ID of the roles

Group string ReadOnly

Role Name

Rank integer ReadOnly

Rank of the roles

Site_ID globally unique identifier ReadOnly

ID of the site for the team member roles.

Response Formats

application/xml, text/xml

Sample
<TeamMemberRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>0e225fcb-cd58-4907-a845-b86be5c87dca</ID>
  <Group>sample string 1</Group>
  <Rank>1</Rank>
  <Site_ID>f1b9ffd6-ac09-4570-a7c1-11b701ff2356</Site_ID>
</TeamMemberRole>

application/json, text/json

Sample
{
  "ID": "0e225fcb-cd58-4907-a845-b86be5c87dca",
  "Group": "sample string 1",
  "Rank": 1,
  "Site_ID": "f1b9ffd6-ac09-4570-a7c1-11b701ff2356"
}