Get Group Member Details in Contact Group
You can fetch all contact details in the Contact Group from here
/api/GroupMember
Query String
| Parameter | Required | Value |
|---|---|---|
| groupId | Mandatory | 1 |
Request Header
| Parameter | Required | Value |
|---|---|---|
| TokenKey | Mandatory | User Input |
| Accept-Language | Optional | en-US |
| Accept-Encoding | Optional | gzip |
| Content-Type | Mandatory | application/json |
| Page | Optional | User Input |
| PerPage | Optional | User Input |
Response
TokenKey → Your-Key{
"GroupMemberID": 1222,
"PWGroupID": 1213,
"MemberID": 121576,
"MemberType": 1,
"ContactDetails": {
"PWContactID": 121576,
"PublicPWAccountID": 12255,
"PublicPWUserID": 12302,
"FirstName": "Abhijit",
"MiddleName": "",
"LastName": "Mukherjee",
"Email": "[email protected]",
"ContactName": "Abhijit Mukherjee",
"CompanyName": "ARC",
"IsPublicContact": true,
"UserLicenseType": 3
}
},
{
"GroupMemberID": 1220,
"PWGroupID": 1213,
"MemberID": 1211,
"MemberType": 2,
"GroupDetails": {
"PWGroupID": 1211,
"GroupName": "Service Team"
}
}Updated about 1 year ago
