updateLinkedProfiles
PATCH/user-profiles/:id/linked-profiles
Updates the profiles linked to the user identified by id
. Incoming linked profiles will entirely replace the
ones the calling user has visibility on. Therefore, an empty array will delete all the profiles linked to
id
and visible to the caller. A linked profile can be either Customer
or Supplier
. Eventually,
the profiles returned in the response are the ones linked to id
and the caller has visibility on.