# Members The Members resource is a RESTful web resource running on Microsoft's Web API allowing third parties to access member data. The following actions are currently supported: - Retrieve a member or a collection of members - Retrieve the profile image of a member - Retrieve the public profile image of a member - Set the In/Out status of a member - Get the In/Out status of a member - Get the In/Out status of all active members Use of the above resource will require the appropriate authentication headers to be present. Construction of authentication headers is outlined in the Authentication section above. ## Operations - [Retrieve a Collection of Members](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getmembers.md) - [Create a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-createmember.md) - [Retrieve a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getmember.md) - [Update a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-updatemember.md) - [Retrieve the Profile Image of a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getmemberprofileimage.md) - [Set the Profile Image of a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-setmemberprofileimage.md) - [Delete the Profile Image of a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-deletememberprofileimage.md) - [Retrieve the Public Profile Image of a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getmemberpublicprofileimage.md) - [Get the In/Out Status of a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getmemberinoutstatus.md) - [Set the In/Out Status of a Member](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-setmemberinoutstatus.md) - [Get the In/Out Status of All the Members](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getallmembersinoutstatus.md) [Powered by Bump.sh](https://bump.sh)