My Profile REST Endpoints

My Profile
The My Profile API allows mobile apps to get information about the current mobile, virtual, or social user.
Retrieve My Profile
Method: get
Path: /mobile/platform/users/me
Retrieve User Information
Method: get
Path: /mobile/platform/users/{username}
Update User Information
Method: patch
Path: /mobile/platform/users/{username}
Update User Information
Method: put
Path: /mobile/platform/users/{username}