UserResponse |
UsersApi.updateCurrentUser(UserUpdateRequest body)
Update current user.
|
CompletableFuture<UserResponse> |
UsersApi.updateCurrentUserAsync(UserUpdateRequest body)
Update current user.
|
ApiResponse<UserResponse> |
UsersApi.updateCurrentUserWithHttpInfo(UserUpdateRequest body)
Edit the profile of the currently authenticated user.
|
CompletableFuture<ApiResponse<UserResponse>> |
UsersApi.updateCurrentUserWithHttpInfoAsync(UserUpdateRequest body)
Update current user.
|
UserResponse |
UsersApi.updateUser(String userId,
UserUpdateRequest body)
Update a user.
|
CompletableFuture<UserResponse> |
UsersApi.updateUserAsync(String userId,
UserUpdateRequest body)
Update a user.
|
ApiResponse<UserResponse> |
UsersApi.updateUserWithHttpInfo(String userId,
UserUpdateRequest body)
Edit a user.
|
CompletableFuture<ApiResponse<UserResponse>> |
UsersApi.updateUserWithHttpInfoAsync(String userId,
UserUpdateRequest body)
Update a user.
|