Create User Import External Password
POST {{apiPath}}/environments/{{envID}}/users
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create User Import External Password.
Request Body
{"population"=>{"id"=>"{{popID}}"}, "username"=>"myRemoteUser-1", "password"=>{"external"=>{"gateway"=>{"id"=>"{{gatewayID}}", "userType"=>{"id"=>"{{userTypeID}}"}, "correlationAttributes"=>{"uid"=>"{{username}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |