Interface SelfUserDetailsApi


public interface SelfUserDetailsApi
  • Method Summary

    Modifier and Type
    Method
    Description
    Fetch authenticated user details Checks the Authentication and returns the set roles and permissions allowed For more info visit this link - https://fineract.apache.org/docs/legacy/#selfoauth
    Fetch authenticated user details Checks the Authentication and returns the set roles and permissions allowed For more info visit this link - https://fineract.apache.org/docs/legacy/#selfoauth
  • Method Details

    • fetchAuthenticatedUserData1

      @GET("v1/self/userdetails") retrofit2.Call<GetSelfUserDetailsResponse> fetchAuthenticatedUserData1()
      Fetch authenticated user details Checks the Authentication and returns the set roles and permissions allowed For more info visit this link - https://fineract.apache.org/docs/legacy/#selfoauth
      Returns:
      Call<GetSelfUserDetailsResponse>
    • fetchAuthenticatedUserData1

      @GET("v1/self/userdetails") retrofit2.Call<GetSelfUserDetailsResponse> fetchAuthenticatedUserData1(@HeaderMap Map<String,String> headers)
      Fetch authenticated user details Checks the Authentication and returns the set roles and permissions allowed For more info visit this link - https://fineract.apache.org/docs/legacy/#selfoauth
      Returns:
      Call<GetSelfUserDetailsResponse>