Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Apache Syncope 2.0.0 is yet to be released and only available as SNAPSHOT.

Info

With Apache Syncope 2.0.0, besides using curl as with earlier versions, a brand new CLI tool is available.

Tip

For more details please refer to the REST API reference, which is also available in your own deployment at http://localhost:9080/syncope/.

Tip

If selected for deployment, the Swagger extension is also available in your deployment at http://localhost:9080/syncope/swagger/.

Apache Syncope 1.2.X

Tip

For more details please refer to the REST API reference, which is also available in your own deployment at http://localhost:9080/syncope/rest/doc/.

Create user

Code Block
curl -X POST -u admin:password -H "Accept: application/json" -H "Content-Type: application/json" --data @/tmp/newuser.json http://localhost:9080/syncope/rest/users

...