Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

...

Code Block
languagetext
curl --insecure -X POST "https://localhost:7443/eidm2/services/orgs/?username=restuser&password=secret&organizationId=6666666-6&friendlyName=TestOrganization"

...

Code Block
languagetext
curl --insecure -X DELETE "https://localhost:7443/eidm2/services/org/6666666-6?username=restuser&password=secret&recursive=true"

Response Document

...

Code Block
languagetext
curl --insecure -X PUT "https://localhost:7443/eidm2/services/org/6666666-6/?username=restuser&password=secret&friendlyName=TestOrganizationRENAME"

...

Code Block
languagetext
curl --insecure -X PUT "https://localhost:7443/eidm2/services/user/6666666-6/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/?username=restuser&password=secret&mobile=+358401234567891%2B358401234567891"

Response Document

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

...

Code Block
languagetext
curl --insecure -X POST "https://localhost:7443/eidm2/services/assignments/6666666-6/TestRole/?username=restuser&amp;password=secret&amp;user=6666666-6/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"

...

Code Block
languagetext
curl --insecure -X DELETE "https://localhost:7443/eidm2/services/assignments/6666666-6/TestRole/?username=restuser&amp;password=secret&amp;user=6666666-6/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"

...

Code Block
languagetext
curl --insecure -X PUT "https://localhost:7443/eidm2/services/role/6666666-6/TestRole?username=restuser&amp;password=secret"

Response Document

...

Code Block
languagetext
curl --insecure -X DELETE "https://localhost:7443/eidm2/services/role/6666666-6/TestRole?username=restuser&amp;password=secret"

Response Document

...

Code Block
languagetext
curl --insecure -X POST "https://localhost:7443/eidm2/services/users/6666666-6?username=restuser&amp;password=secret&amp;uid=leena&amp;firstname=Leena&amp;surname=Laine&amp;email=leena.laine@example.com&amp;pwd=Password1&amp;loginuserprincipalname=leena.laine"

...

Code Block
languagetext
curl --insecure -X DELETE "https://localhost:7443/eidm2/services/user/6666666-6/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/?username=restuser&amp;password=secret"

Response Document

...

Code Block
languagetext
curl --insecure -X POST "https://localhost:7443/eidm2/services/init/?username=restuser&amp;password=secret&amp;resetRepository=true&amp;initializeDatabase=true"

Response Document

...

Code Block
languagetext
curl --insecure -X PUT "https://localhost:7443/eidm2/services/users/6666666-6/?username=restuser&amp;password=secret&amp;disableUsers=true"

Response Document

...

Code Block
languagetext
curl --insecure -X GET "https://localhost:7443/eidm2/services/users/?username=restuser&amp;password=secret&amp;recursive=true"

Response Document

...

Code Block
languagetext
curl --insecure -X GET "https://localhost:7443/eidm2/services/user/6666666-6/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX?username=restuser&amp;password=secret"

Response Document

...

Code Block
languagetext
curl --insecure -X GET "https://localhost:7443/eidm2/services/orgs/?username=restuser&amp;password=secret&amp;entities=true"

Response Document

...

Code Block
languagetext
curl --insecure -X GET "https://localhost:7443/eidm2/services/org/6666666-6/?username=restuser&amp;password=secret"

Response Document

...

Code Block
languagetext
curl --insecure -X GET "https://localhost:7443/eidm2/services/role/6666666-6/TestRole/?username=restuser&amp;password=secret&amp;assignments=true"

Response Document

...