meta { name: Get Residence Users type: http seq: 10 } get { url: {{api_url}}/residences/:id/users/ body: none auth: none } headers { Authorization: Token {{auth_token}} } params:path { id: 1 }