User
The user portion of api is designed to interact with a specific user.
User Methods
- get() - gets the user
- getByUserName() - used to the the user if created with a username
- update( patchOps ) - patches the user
- delete() - deletes the user
- systems() - gets the systems that the user is permissioned on
- devices() - gets the devices that the user is permissioned on
- changePassword( oldPassword, newPassword ) - changes the users password
- child( id ) - returns an instance of a child