Using the sample endpoint-echo

Hello, we are testing the sample endpoing-echo in IDM 7.1.0 with Embedded DS.
using the commandline provided in de documetacion ForgeRock Identity Management 7.1 > Samples Guide > Create a Custom Endpoint
we tried to create the user, the call return http code 201. But we cant find the user in the DS etheir in the IDM console

Hi Danft,

The echo endpoint does not create data, this is mentioned in the documentation (step 4):

The following command sends a create request to the echo endpoint. No user is actually created. The endpoint script merely returns the request structure of a create request. The content parameter in this case provides the JSON object that was sent

https://backstage.forgerock.com/docs/idm/7.2/samples-guide/custom-endpoint.html#run_the_sample

1 Like