Interface SelfUserApi


public interface SelfUserApi
  • Method Details

    • update24

      @PUT("v1/self/user") retrofit2.Call<PutSelfUserResponse> update24(@Body PutSelfUserRequest putSelfUserRequest)
      Update User This API can be used by Self Service user to update their own user information. Currently, \"password\" and \"repeatPassword\" are the only parameters accepted.
      Parameters:
      putSelfUserRequest - (required)
      Returns:
      Call<PutSelfUserResponse>
    • update24

      @PUT("v1/self/user") retrofit2.Call<PutSelfUserResponse> update24(@Body PutSelfUserRequest putSelfUserRequest, @HeaderMap Map<String,String> headers)
      Update User This API can be used by Self Service user to update their own user information. Currently, \"password\" and \"repeatPassword\" are the only parameters accepted.
      Parameters:
      putSelfUserRequest - (required)
      Returns:
      Call<PutSelfUserResponse>