Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 376 Bytes

enrich.md

File metadata and controls

executable file
·
25 lines (16 loc) · 376 Bytes

enrich

Available in: people

Enrich a person profile

Example Usage

require_relative structure


s = structure::Structure.new

   
req = operations.Operations::EnrichPersonRequest(
  path_params=Operations::EnrichPersonRequest(
    id="02a94bb4-f63c-4969-a9a3-efa77dfb14cd",
  ),
)
    
res = s.people::enrich(req)

if ! res.body.nil?
    # handle response