Relational data from Users table missing from Auto-Loading responses.

Just as the title states. I am using the REST API. When I make updates to a table that has a relation with the Users table, the response does not include the Users data. When I simply GET the record, the Users data IS included. Is this expected?

Hi Mike,

This is expected, the autoload option applies only to the “find” operations.

Regards,
Mark