Interface SelfUserDetailsApi
public interface SelfUserDetailsApi
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<GetSelfUserDetailsResponse>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/legacy-docs/apiLive.htm#selfoauthretrofit2.Call<GetSelfUserDetailsResponse>fetchAuthenticatedUserData1(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/legacy-docs/apiLive.htm#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/legacy-docs/apiLive.htm#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/legacy-docs/apiLive.htm#selfoauth- Returns:
- Call<GetSelfUserDetailsResponse>
-