Relations with id array

Hi, if i have an array of ID's, can i create a relation for each ID? Like, the array is [1, 2, 3], and i want to retrieve the users with ID 1, 2 and 3
Was this page helpful?