This section provides an overview of the user endpoints available in our API client. These endpoints allow you to interact with user data in various ways.

Endpoints List

  • Get User Information

    • Path: /en/api-client/endpoints/user/get-user-info
    • Description: Retrieve detailed information about a specific user.
    • Example Usage: /en/api-client/endpoints/user/get-user-info?userId=12345
  • Update User Profile

    • Path: /en/api-client/endpoints/user/update-user-profile
    • Description: Update the profile information of a user.
    • Example Usage: /en/api-client/endpoints/user/update-user-profile?userId=12345
  • Delete User Account

    • Path: /en/api-client/endpoints/user/delete-user-account
    • Description: Permanently delete a user's account.
    • Example Usage: /en/api-client/endpoints/user/delete-user-account?userId=12345
  • List All Users

    • Path: /en/api-client/endpoints/user/list-all-users
    • Description: Retrieve a list of all users in the system.
    • Example Usage: /en/api-client/endpoints/user/list-all-users

Additional Resources

For more detailed information about our API client and its usage, please refer to our API Documentation.

User Profile