Versions Compared

Key

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

...

Apache Syncope >= 2.0.X

...

Details are available in the Reference Guide.

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 at http://localhost:9080/syncope/.

...

Code Block
languagejs
{ 
  "id": 0,
  "password": "password123",
  "username": "myusername@cazmyusername@apache.itorg",
  "securityQuestion": null,
  "securityAnswer": null,
  "attributes": [
    { 
      "schema": "fullname",
      "readonly": false,
      "values": [
        "myusername@cazmyusername@apache.itorg"
      ]
    },
    { 
      "schema": "loginDate",
      "readonly": false,
      "values": [
        "2015-11-12"
      ]
    } 
  ]
}

...