{ data: [ { "id": "456", "slug": "user-name", "user": "258", "firstName": "User", "lastName": "Name", "organization": "1234", "privilege": "admin", "type": "members" }, { "id": "789", "slug": "toto-tata", "user": "369", "firstName": "Toto", "lastName": "Tata", "organization": "1234", "privilege": "admin", "type": "members" } ] "linked": { "users": [ { "id": "258", "email": "user-name@yopmail.com", "type": "users" }, { "id": "369", "email": "toto@tata.com", "type": "users" } ], "organizations": [ { "id": "1234", "name": "Test organization", "type": "organizations" } ] } }