User REST Endpoints

User
Use the User service to view and update users. Update Keys : 'email' or 'userId' or 'ldapGuid'
Update a User
Method: put
Path: /api/restapi/user
View a User
Method: get
Path: /api/restapi/user/{userId}
View a User by Authentication GUID
Method: get
Path: /api/restapi/user/ldap/{ldapGuid}
View all Users
Method: get
Path: /api/restapi/user/allUsers