User Profiles REST Endpoints

User Profiles
The user profiles resource is used to view, create, or modify a registered public user account profile.
Clone user profile information from an existing profile.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserProfiles
Get a registered public user account profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserProfiles/{ProfileId}
Get all account profiles for a registered public user
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserProfiles
Retrieves the general information of a registered public user's account profiles.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserProfiles
Update a registered public user account profile
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserProfiles/{ProfileId}