We currently have code for reading/writing RSAPI User objects if they are fields of an RDO, but have not tested the code to make sure it is reliable. We also will run into issues with an RSAPI-specific object type (see #102).
We should either remove User support, or create an API-agnostic UserDto type and ensure it works well.
We currently have code for reading/writing RSAPI User objects if they are fields of an RDO, but have not tested the code to make sure it is reliable. We also will run into issues with an RSAPI-specific object type (see #102).
We should either remove User support, or create an API-agnostic
UserDto
type and ensure it works well.