Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added changes from introduction of the UserWorkflowService

...

Old URL

New URL

Comment

GET /user/activate/{userId}

POST /users/{userId}/status/activate

Activates matching user account.

GET /user/activateByUsername/{username}

POST /user/activateByUsername/{username}

Activates matching user account.

GET /user/reactivate/{userId}

POST /users/{userId}/status/reactivate

Reactivates new user account.

GET /user/reactivateByUsername/{username}

POST /user/reactivateByUsername/{username}

Reactivates new user account.

GET /user/suspend/{userId}

POST /users/{userId}/status/suspend

Suspends user account.

GET /user/suspendByUsername/{username}

POST /user/suspendByUsername/{username}

Suspends user account.

...

UserWorkflow Service

Old URL

New URL

Comment

GET /user/workflow/form/list

GET /usersuserworkflow/workflow/form forms

Returns a list of user workflow forms.

GET POST /user/workflow/form/{userId} submit GET

POST /users/{userId}/workflow/form userworkflow/forms

Submits a form to a user workflow.

GET

Returns a (single) workflow form assigned to user.

POST /user/workflow/form/submit {userId} POST

GET /usersuserworkflow/workflowforms/form {userId}

Submittes Returns a (single) workflow form assigned to a user workflow.

POST /user/execute/workflow/{taskId}

POST /users/workflowuserworkflow/tasks/{taskId}/execute

Executes workflow task on user.

GET /workflow/form/claim/{taskId}

POST /users/workflowuserworkflow/tasks/{taskId}/claim

Claims workflow task for authenticated (session) user.

...