# Get the In/Out Status of All the Members **GET /wolfconnect/members/v1/in-out-status** Returns the in/out statuses and the notes and detailed notes for all *active* members for a given client code. ## Servers - Production: https://api.globalwolfweb.com (Production) - Test: https://api-sb.globalwolfweb.com (Test) ## Authentication methods - Lone wolf token ## Parameters ## Responses ### 200 A collection of MemberInOutStatus objects. #### Body: application/json (array[object]) - **Id** (string) The Lone Wolf Id of the member. - **In** (boolean) True if the member is marked in. False otherwise. Required when updating the In/Out status of a member. - **Notes** (string) Quick notes about why the member is out. - **DetailedNotes** (string) More detailed notes about why the member is out. [Powered by Bump.sh](https://bump.sh)