Create Linked Account
POST {{apiPath}}/environments/{{envID}}/users/{{userID}}/linkedAccounts
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Linked Account.
Request Body
{"identityProvider"=>{"id"=>"{{idpID}}"}, "externalId"=>"3249023841", "attributes"=>{"username"=>{"value"=>"{{username}}", "update"=>"EMPTY_ONLY"}, "email"=>{"value"=>"{{email}}", "update"=>"EMPTY_ONLY"}, "name.first"=>{"value"=>"leslie", "update"=>"ALWAYS"}, "name.last"=>{"value"=>"Jones", "update"=>"EMPTY_ONLY"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |