Read team member roles for a site.
|
siteId
globally unique identifier
Guid ID of the site which has the Roles to be read. (Required for Global Administrators only) |
None.
|
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. |
<TeamMemberRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>9c26dd4d-33fb-4f88-a91b-432ee3709e4c</ID> <Group>sample string 1</Group> <Rank>1</Rank> <Site_ID>e72ec04a-effb-41d5-a7de-08a5f86d65a9</Site_ID> </TeamMemberRole>
{
"ID": "9c26dd4d-33fb-4f88-a91b-432ee3709e4c",
"Group": "sample string 1",
"Rank": 1,
"Site_ID": "e72ec04a-effb-41d5-a7de-08a5f86d65a9"
}