cURL
curl --request POST \ --url https://api.example.com/portals/{id}/import-clients \ --header 'Content-Type: application/json' \ --data ' { "ssNs": [ "<string>" ] } '
The unique identifier of the portal to import clients to.
The request containing the list of SSNs to import.
Clients imported successfully.