- Subcategories:
- Profile Emails
- Profile Locations
- Profile Phones
Personal Profiles REST Endpoints
Public User/Personal Profiles
The personal profiles resource is used to view, create, or modify a registered user personal profile.
- Create a personal profile of a registered user
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles - Get a personal profile of a registered user
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles/{publicSectorPersonalProfilesUniqID} - Get all personal profiles of a registered user
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles - Update a personal profile of a registered user
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles/{publicSectorPersonalProfilesUniqID}