Members REST Endpoints
Employee Community Details/Members
The members resource provides details about employee community members.
- Create a member
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/members - Delete a member
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/members/{EmployeeCommunityMemberId} - Get a member
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/members/{EmployeeCommunityMemberId} - Get all members
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/members - Update a member
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/members/{EmployeeCommunityMemberId}