Constructs a new user service object.
Service configuration.
Delete a user record via its id.
The id of the record to delete.
Query all users.
Optionaloptions: UserReadOptionsOptional options for read operation.
The result of the read operation.
Query some users via a haystack filter.
The haystack filter to query by.
Optionaloptions: UserReadOptionsOptional options for read operation.
The result of the read operation.
Read a user via its id.
The id of the user to read.
The user record.
An implementation of the FIN user service.