Mobile Users REST Endpoints

Mobile Users
The Mobile User Management API allows mobile apps to get information about the current mobile, virtual, or social user. You also can use this API to update the current mobile user's custom properties. These are the properties that you have added to the realm that the member belongs to.
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}