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.