Commerz Data

These endpoints are dedicated to update a user.

User

Update a user.

HTTP Request
Request type

GET

Endpoint

https://api.datenly.com/api/commerzdata/user/<USER>/update?shared_id=<SHARED_ID>&group=<GROUP>&sync=<SYNC>

Parameters
Parameter Type Description
USER (*) String User uuid
SHARED_ID String Internal id
GROUP String Group name
SYNC String stop : to stop the synchronization
start : to resume synchronization
Response Parameters
Parameter Type Description
status Boolean Processing status of your request
Example
Request
curl 'https://api.datenly.com/api/commerzdata/user/<USER>/update?shared_id=<SHARED_ID>&group=<GROUP>&sync=<SYNC>' \
-H "Authorization: <token>"
Response