Versions Compared

Key

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

...

This controller provides read/write access to User (=> employee/personnel) records.  Changes are only allowed if the authenticated user is an administrator

GET /odata/Users(id)

Retrieve the User object for the given id.

...