Integration Guides
Update a profiles onboarding config
overview external systems may need to change the onboarding configuration currently assigned to a profile the api flow is get all of the available configurations in detected update the required profile with the required configuration id \ config theme redux dark look classic \ sequencediagram participant clientbackend as clients app participant detectedapis as detected apis note over clientbackend, detectedapis authorisation clientbackend >> detectedapis post /oauth/token detectedapis >> clientbackend auth token note over clientbackend, detectedapis get available configurations clientbackend >> detectedapis get /portal configurations detectedapis >> clientbackend portal configurations and references note over clientbackend, detectedapis assign a configuration to a profile clientbackend >> detectedapis patch /profile/{profile id} (configuration id) detectedapis >> clientbackend 200 ok