***Antipattern***
Count: 7
- /users/{phonenumber}/context  Sets contextualized status message for the given number
- /users/{phonenumber}/status  Sets status for the given number with an optional custom text or context text & app values
- /users/{phonenumber}/geoloc  Get geolocation information for the given user
- /users/{phonenumber}/mutualcontacts/{mutualcontact}  Lists the mutual contacts of the phonenumbers given in the path
- /users/{phonenumber}/status  Get status information for the given user
- /users/{phonenumber}/contacts  Get the contacts list of a given phone number.
- /users/{phonenumber}/mutualcontacts/  Lists the mutual contacts for all of the contacts of the phonenumbers given in the path

***Pattern***
Count: 0
