maicol07 Hi, how can I pass data to the users API in an UPDATE request to update an user (and specifically groups)? Thanks
clarkwinkelmann maicol07 it's done by using the relationship.groups attributes via the user edit endpoint. You can edit your group via the UI and check the request in the browser network console to see how the request is formatted.
maicol07 Ok, I'll check it The structure of the data request is this one (JSON): {"data":{"type":"users","id":"..."},"relationships":{"groups":{"data":[{"type":"groups","id":"5"}]}}}} I think this can be set as solved