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: getPath:
/mobile/platform/users/me - Retrieve User Information
- Method: getPath:
/mobile/platform/users/{username} - Update User Information
- Method: patchPath:
/mobile/platform/users/{username} - Update User Information
- Method: putPath:
/mobile/platform/users/{username}