User API
The User API allows you access to the core attributes of a Mxit user: their profile information, social graph, and their media library on Mxit.
Authorization
The User REST API uses OAuth2 for authorization. To use a method that requires authorization, you will first need to request an OAuth token using the Mxit Authorization API.
API Version
Profile
This is a category with all relevant functions applicable to the User Profile.
Returns the unique User ID for a Mxit user, using the user's Mxit ID (login name).
This method call allows you to upload an avatar image for a Mxit user.
This method call allows you to delete the avatar image for a Mxit user. The response and request body for this method are empty. The successful execution of the method is indicated by the HTTP status code of 200 (OK).
This method call allows you to download the avatar image for a Mxit user.
Returns profile and status information for a specified Mxit user.
This method call allows you to retrieve the profile information for a Mxit user.
This method call allows you to update profile information for a Mxit user.
This method call allows you to set the status message for a Mxit user.
This method call allows you to get the status message for a Mxit user.
This method call allows you to get the status message for a Mxit user.
This method call allows you to retrieve an Mxit user’s display name (Nickname).
This method call allows you to download the avatar image for a Mxit user.
If the user does not have an avatar, a default avatar image will be returned.
Social Graph
A category of all relevant functions applicable to the users friends and lists.
This method allows you to retrieve the list of friends for a Mxit user.
This method call allows you to subscribe a Mxit user to a specified service or allows you to send a friend invitation from one Mxit user to another.
This method allows you to retrieve a list of friend suggestions for a Mxit user.
Media
All relevant functions for users to share content, images, music, etc.
This method allows you to retrieve a list of Gallery folders of a Mxit user.
This method allows you to create a Gallery folder for a Mxit user.
This method allows you to delete a Gallery folder for a Mxit user. All the files in the folder will also be deleted.
This method allows you to rename a Gallery folder for a Mxit user.
This method allows you to delete a Gallery file for a Mxit user.
This method allows you to rename a Gallery file for a Mxit user.
This method allows you to upload a file to the specified Gallery folder for a Mxit user.
This method allows you to retrieve a list of content items in the specified Gallery folder of a Mxit user. Only user generated items are added to the list.
This method allows you to download the content of a Gallery file for a Mxit user.
