Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed example to POST to match documentation. Important for storing passwords..

...

...


Info
Last reviewed: 2019-08-12


Tip
Note: The term Remove used in in the APIs is exactly the same as the Delete function.  Calling any API with the Remove term will result in the associated data being deleted from the database. There is no recovery function for these Remove calls.


Table of Contents
maxLevel2

...

Code Block
languagetext
curl --insecure -X POST -u restuser:secret "https://localhost:7443/eidm2/services/users/6666666-6?-H "Content-Type: application/x-www-form-urlencoded" -d "uid=leena&firstname=Leena&surname=Laine&email=leena.laine@example.com&pwd=Password1" https://localhost:7443/eidm2/services/users/6666666-6 --insecure

Response Document

Code Block
languagetext
 <idlist>
  <Id>https://HOSTNAME/eidm2/services/user/example1/user1</Id>
 </idlist>

...